UserNotifications / Client / associate_channel
associate_channel¶
- UserNotifications.Client.associate_channel(**kwargs)¶
Associates a delivery Channel with a particular
NotificationConfiguration. Supported Channels include Chatbot, the Console Mobile Application, and emails (notifications-contacts).See also: AWS API Documentation
Request Syntax
response = client.associate_channel( arn='string', notificationConfigurationArn='string' )
- Parameters:
arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the Channel to associate with the
NotificationConfiguration.Supported ARNs include Chatbot, the Console Mobile Application, and notifications-contacts.
notificationConfigurationArn (string) –
[REQUIRED]
The ARN of the
NotificationConfigurationto associate with the Channel.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
UserNotifications.Client.exceptions.ServiceQuotaExceededExceptionUserNotifications.Client.exceptions.AccessDeniedExceptionUserNotifications.Client.exceptions.ValidationExceptionUserNotifications.Client.exceptions.InternalServerExceptionUserNotifications.Client.exceptions.ThrottlingExceptionUserNotifications.Client.exceptions.ConflictExceptionUserNotifications.Client.exceptions.ResourceNotFoundException