cancel_pipeline_reprocessing

IoTAnalytics.Client.cancel_pipeline_reprocessing(**kwargs)

Cancels the reprocessing of data through the pipeline.

See also: AWS API Documentation

Request Syntax

response = client.cancel_pipeline_reprocessing(
    pipelineName='string',
    reprocessingId='string'
)
Parameters
  • pipelineName (string) --

    [REQUIRED]

    The name of pipeline for which data reprocessing is canceled.

  • reprocessingId (string) --

    [REQUIRED]

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

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • IoTAnalytics.Client.exceptions.ResourceNotFoundException
  • IoTAnalytics.Client.exceptions.InvalidRequestException
  • IoTAnalytics.Client.exceptions.InternalFailureException
  • IoTAnalytics.Client.exceptions.ServiceUnavailableException
  • IoTAnalytics.Client.exceptions.ThrottlingException