UserNotifications / Client / get_managed_notification_configuration
get_managed_notification_configuration¶
- UserNotifications.Client.get_managed_notification_configuration(**kwargs)¶
Returns a specified
ManagedNotificationConfiguration.See also: AWS API Documentation
Request Syntax
response = client.get_managed_notification_configuration( arn='string' )
- Parameters:
arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the
ManagedNotificationConfigurationto return.- Return type:
dict
- Returns:
Response Syntax
{ 'arn': 'string', 'name': 'string', 'description': 'string', 'category': 'string', 'subCategory': 'string' }
Response Structure
(dict) –
arn (string) –
The ARN of the
ManagedNotificationConfigurationresource.name (string) –
The name of the
ManagedNotificationConfiguration.description (string) –
The description of the
ManagedNotificationConfiguration.category (string) –
The category of the
ManagedNotificationConfiguration.subCategory (string) –
The subCategory of the
ManagedNotificationConfiguration.
Exceptions
UserNotifications.Client.exceptions.AccessDeniedExceptionUserNotifications.Client.exceptions.ValidationExceptionUserNotifications.Client.exceptions.InternalServerExceptionUserNotifications.Client.exceptions.ThrottlingExceptionUserNotifications.Client.exceptions.ResourceNotFoundException