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' } }
Response Structure
(dict) –
notificationsAccessForOrganization (dict) –
The
AccessStatus
of Service Trust Enablement for User Notifications to Amazon Web Services Organizations.accessStatus (string) –
Access Status for the Orgs Service.
Exceptions
UserNotifications.Client.exceptions.AccessDeniedException
UserNotifications.Client.exceptions.ValidationException
UserNotifications.Client.exceptions.InternalServerException
UserNotifications.Client.exceptions.ThrottlingException