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

*******************************
get_telemetry_evaluation_status
*******************************



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

  

  Returns the current onboarding status of the telemetry config feature, including the status of the feature and reason the feature failed to start or stop.

  

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


  **Request Syntax**

  ::

    response = client.get_telemetry_evaluation_status()
  :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.

        
      

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

        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.TooManyRequestsException`

  