:doc:`Health <../../health>` / Client / describe_health_service_status_for_organization

***********************************************
describe_health_service_status_for_organization
***********************************************



.. py:method:: Health.Client.describe_health_service_status_for_organization()

  

  This operation provides status information on enabling or disabling Health to work with your organization. To call this operation, you must use the organization's management account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/health-2016-08-04/DescribeHealthServiceStatusForOrganization>`_  


  **Request Syntax**

  ::

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

    
    ::

      {
          'healthServiceAccessStatusForOrganization': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **healthServiceAccessStatusForOrganization** *(string) --* 

        Information about the status of enabling or disabling the Health organizational view feature in your organization.

         

        Valid values are ``ENABLED | DISABLED | PENDING``.

        
  