:doc:`ServiceCatalog <../../servicecatalog>` / Client / get_aws_organizations_access_status

***********************************
get_aws_organizations_access_status
***********************************



.. py:method:: ServiceCatalog.Client.get_aws_organizations_access_status()

  

  Get the Access Status for Organizations portfolio share feature. This API can only be called by the management account in the organization or by a delegated admin.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/GetAWSOrganizationsAccessStatus>`_  


  **Request Syntax**
  ::

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

    
    ::

      {
          'AccessStatus': 'ENABLED'|'UNDER_CHANGE'|'DISABLED'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AccessStatus** *(string) --* 

        The status of the portfolio share feature.

        
  
  **Exceptions**
  
  *   :py:class:`ServiceCatalog.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ServiceCatalog.Client.exceptions.OperationNotSupportedException`

  