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 - NotificationConfigurationto disassociate.
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- UserNotifications.Client.exceptions.AccessDeniedException
- UserNotifications.Client.exceptions.ValidationException
- UserNotifications.Client.exceptions.InternalServerException
- UserNotifications.Client.exceptions.ThrottlingException
- UserNotifications.Client.exceptions.ResourceNotFoundException