UserNotifications / Client / get_notifications_access_for_organization
get_notifications_access_for_organization¶
- UserNotifications.Client.get_notifications_access_for_organization()¶
Returns the AccessStatus of Service Trust Enablement for User Notifications and Amazon Web Services Organizations.
See also: AWS API Documentation
Request Syntax
response = client.get_notifications_access_for_organization()
- Return type:
dict
- Returns:
Response Syntax
{ 'notificationsAccessForOrganization': { 'accessStatus': 'ENABLED'|'DISABLED'|'PENDING'|'FAILED' } }
Response Structure
(dict) –
notificationsAccessForOrganization (dict) –
The
AccessStatusof Service Trust Enablement for User Notifications to Amazon Web Services Organizations.accessStatus (string) –
Access Status for the Orgs Service.
Exceptions
UserNotifications.Client.exceptions.AccessDeniedExceptionUserNotifications.Client.exceptions.ValidationExceptionUserNotifications.Client.exceptions.InternalServerExceptionUserNotifications.Client.exceptions.ThrottlingException