UserNotifications / Client / disassociate_managed_notification_additional_channel
disassociate_managed_notification_additional_channel#
- UserNotifications.Client.disassociate_managed_notification_additional_channel(**kwargs)#
Disassociates an additional Channel from a particular
ManagedNotificationConfiguration
.Supported Channels include Chatbot, the Console Mobile Application, and emails (notifications-contacts).
See also: AWS API Documentation
Request Syntax
response = client.disassociate_managed_notification_additional_channel( channelArn='string', managedNotificationConfigurationArn='string' )
- Parameters:
channelArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the Channel to associate with the
ManagedNotificationConfiguration
.managedNotificationConfigurationArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the Managed Notification Configuration to associate with the additional Channel.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions