:doc:`CloudWatchObservabilityAdminService <../../observabilityadmin>` / Client / get_telemetry_evaluation_status_for_organization

************************************************
get_telemetry_evaluation_status_for_organization
************************************************



.. py:method:: CloudWatchObservabilityAdminService.Client.get_telemetry_evaluation_status_for_organization()

  

  This returns the onboarding status of the telemetry configuration feature for the organization. It can only be called by a Management Account of an Amazon Web Services Organization or an assigned Delegated Admin Account of Amazon CloudWatch telemetry config.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/observabilityadmin-2018-05-10/GetTelemetryEvaluationStatusForOrganization>`_  


  **Request Syntax**

  ::

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

    
    ::

      {
          'Status': 'NOT_STARTED'|'STARTING'|'FAILED_START'|'RUNNING'|'STOPPING'|'FAILED_STOP'|'STOPPED',
          'FailureReason': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Status** *(string) --* 

        The onboarding status of the telemetry config feature for the organization.

        
      

      - **FailureReason** *(string) --* 

        This field describes the reason for the failure status. The field will only be populated if ``Status`` is ``FAILED_START`` or ``FAILED_STOP``.

        
  
  **Exceptions**
  
  *   :py:class:`CloudWatchObservabilityAdminService.Client.exceptions.AccessDeniedException`

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

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

  
  *   :py:class:`CloudWatchObservabilityAdminService.Client.exceptions.TooManyRequestsException`

  