GlueDataBrew.Client.
delete_job
(**kwargs)¶Deletes the specified DataBrew job.
See also: AWS API Documentation
Request Syntax
response = client.delete_job(
Name='string'
)
[REQUIRED]
The name of the job to be deleted.
{
'Name': 'string'
}
Response Structure
The name of the job that you deleted.
Exceptions
GlueDataBrew.Client.exceptions.ConflictException
GlueDataBrew.Client.exceptions.ResourceNotFoundException
GlueDataBrew.Client.exceptions.ValidationException