:doc:`IoTAnalytics <../../iotanalytics>` / Client / cancel_pipeline_reprocessing

****************************
cancel_pipeline_reprocessing
****************************



.. py:method:: IoTAnalytics.Client.cancel_pipeline_reprocessing(**kwargs)

  

  Cancels the reprocessing of data through the pipeline.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/CancelPipelineReprocessing>`_  


  **Request Syntax**
  ::

    response = client.cancel_pipeline_reprocessing(
        pipelineName='string',
        reprocessingId='string'
    )
    
  :type pipelineName: string
  :param pipelineName: **[REQUIRED]** 

    The name of pipeline for which data reprocessing is canceled.

    

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

    The ID of the reprocessing task (returned by ``StartPipelineReprocessing``).

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoTAnalytics.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`IoTAnalytics.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`IoTAnalytics.Client.exceptions.InternalFailureException`

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

  
  *   :py:class:`IoTAnalytics.Client.exceptions.ThrottlingException`

  