UserNotifications / Client / disassociate_managed_notification_account_contact
disassociate_managed_notification_account_contact#
- UserNotifications.Client.disassociate_managed_notification_account_contact(**kwargs)#
Disassociates an Account Contact with a particular
ManagedNotificationConfiguration
.See also: AWS API Documentation
Request Syntax
response = client.disassociate_managed_notification_account_contact( contactIdentifier='ACCOUNT_PRIMARY'|'ACCOUNT_ALTERNATE_BILLING'|'ACCOUNT_ALTERNATE_OPERATIONS'|'ACCOUNT_ALTERNATE_SECURITY', managedNotificationConfigurationArn='string' )
- Parameters:
contactIdentifier (string) –
[REQUIRED]
The unique value of an Account Contact Type to associate with the
ManagedNotificationConfiguration
.managedNotificationConfigurationArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the
ManagedNotificationConfiguration
to associate with the Account Contact.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions