:doc:`UserNotifications <../../notifications>` / Client / get_notifications_access_for_organization

*****************************************
get_notifications_access_for_organization
*****************************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/notifications-2018-05-10/GetNotificationsAccessForOrganization>`_  


  **Request Syntax**
  ::

    response = client.get_notifications_access_for_organization()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'notificationsAccessForOrganization': {
              'accessStatus': 'ENABLED'|'DISABLED'|'PENDING'|'FAILED'
          }
      }
      
    **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**
  
  *   :py:class:`UserNotifications.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`UserNotifications.Client.exceptions.ValidationException`

  
  *   :py:class:`UserNotifications.Client.exceptions.InternalServerException`

  
  *   :py:class:`UserNotifications.Client.exceptions.ThrottlingException`

  