cancel_data_quality_rule_recommendation_run

Glue.Client.cancel_data_quality_rule_recommendation_run(**kwargs)

Cancels the specified recommendation run that was being used to generate rules.

See also: AWS API Documentation

Request Syntax

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