UserNotifications / Client / disassociate_channel
disassociate_channel#
- UserNotifications.Client.disassociate_channel(**kwargs)#
Disassociates a Channel from a specified
NotificationConfiguration
. Supported Channels include Chatbot, the Console Mobile Application, and emails (notifications-contacts).See also: AWS API Documentation
Request Syntax
response = client.disassociate_channel( arn='string', notificationConfigurationArn='string' )
- Parameters:
arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the Channel to disassociate.
notificationConfigurationArn (string) –
[REQUIRED]
The ARN of the
NotificationConfiguration
to disassociate.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions