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

*****************************
stop_voice_tone_analysis_task
*****************************



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

  

  Stops a voice tone analysis task.

  

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


  **Request Syntax**
  ::

    response = client.stop_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.

    

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

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

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

  
  *   :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`

  