GlueDataBrew.Client.
stop_job_run
(**kwargs)¶Stops a particular run of a job.
See also: AWS API Documentation
Request Syntax
response = client.stop_job_run(
Name='string',
RunId='string'
)
[REQUIRED]
The name of the job to be stopped.
[REQUIRED]
The ID of the job run to be stopped.
dict
Response Syntax
{
'RunId': 'string'
}
Response Structure
(dict) --
RunId (string) --
The ID of the job run that you stopped.
Exceptions
GlueDataBrew.Client.exceptions.ResourceNotFoundException
GlueDataBrew.Client.exceptions.ValidationException