cancel_data_quality_ruleset_evaluation_run

Glue.Client.cancel_data_quality_ruleset_evaluation_run(**kwargs)

Cancels a run where a ruleset is being evaluated against a data source.

See also: AWS API Documentation

Request Syntax

response = client.cancel_data_quality_ruleset_evaluation_run(
    RunId='string'
)
Parameters
RunId (string) --

[REQUIRED]

The unique run identifier associated with this run.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • Glue.Client.exceptions.EntityNotFoundException
  • Glue.Client.exceptions.InvalidInputException
  • Glue.Client.exceptions.OperationTimeoutException
  • Glue.Client.exceptions.InternalServiceException