Cancel Data Quality Rule Recommendation Run
glue_cancel_data_quality_rule_recommendation_run | R Documentation |
Cancels the specified recommendation run that was being used to generate rules¶
Description¶
Cancels the specified recommendation run that was being used to generate rules.
Usage¶
glue_cancel_data_quality_rule_recommendation_run(RunId)
Arguments¶
RunId |
[required] The unique run identifier associated with this run. |
Value¶
An empty list.
Request syntax¶
svc$cancel_data_quality_rule_recommendation_run(
RunId = "string"
)