:doc:`ChimeSDKMediaPipelines <../../chime-sdk-media-pipelines>` / Client / get_voice_tone_analysis_task

****************************
get_voice_tone_analysis_task
****************************



.. py:method:: ChimeSDKMediaPipelines.Client.get_voice_tone_analysis_task(**kwargs)

  

  Retrieves the details of a voice tone analysis task.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetVoiceToneAnalysisTask>`_  


  **Request Syntax**
  ::

    response = client.get_voice_tone_analysis_task(
        Identifier='string',
        VoiceToneAnalysisTaskId='string'
    )
    
  :type Identifier: string
  :param Identifier: **[REQUIRED]** 

    The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.

    

  
  :type VoiceToneAnalysisTaskId: string
  :param VoiceToneAnalysisTaskId: **[REQUIRED]** 

    The ID of the voice tone analysis task.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'VoiceToneAnalysisTask': {
              'VoiceToneAnalysisTaskId': 'string',
              'VoiceToneAnalysisTaskStatus': 'NotStarted'|'Initializing'|'InProgress'|'Failed'|'Stopping'|'Stopped',
              'CreatedTimestamp': datetime(2015, 1, 1),
              'UpdatedTimestamp': datetime(2015, 1, 1)
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **VoiceToneAnalysisTask** *(dict) --* 

        The details of the voice tone analysis task.

        
        

        - **VoiceToneAnalysisTaskId** *(string) --* 

          The ID of the voice tone analysis task.

          
        

        - **VoiceToneAnalysisTaskStatus** *(string) --* 

          The status of a voice tone analysis task.

          
        

        - **CreatedTimestamp** *(datetime) --* 

          The time at which a voice tone analysis task was created.

          
        

        - **UpdatedTimestamp** *(datetime) --* 

          The time at which a voice tone analysis task was updated.

          
    
  
  **Exceptions**
  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.BadRequestException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ForbiddenException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.NotFoundException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`ChimeSDKMediaPipelines.Client.exceptions.ServiceFailureException`

  