delete_job

GlueDataBrew.Client.delete_job(**kwargs)

Deletes the specified DataBrew job.

See also: AWS API Documentation

Request Syntax

response = client.delete_job(
    Name='string'
)
Parameters
Name (string) --

[REQUIRED]

The name of the job to be deleted.

Return type
dict
Returns
Response Syntax
{
    'Name': 'string'
}

Response Structure

  • (dict) --
    • Name (string) --

      The name of the job that you deleted.

Exceptions

  • GlueDataBrew.Client.exceptions.ConflictException
  • GlueDataBrew.Client.exceptions.ResourceNotFoundException
  • GlueDataBrew.Client.exceptions.ValidationException