Glue / Client / delete_job
delete_job#
- Glue.Client.delete_job(**kwargs)#
Deletes a specified job definition. If the job definition is not found, no exception is thrown.
See also: AWS API Documentation
Request Syntax
response = client.delete_job( JobName='string' )
- Parameters:
JobName (string) –
[REQUIRED]
The name of the job definition to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'JobName': 'string' }
Response Structure
(dict) –
JobName (string) –
The name of the job definition that was deleted.
Exceptions
Glue.Client.exceptions.InvalidInputException
Glue.Client.exceptions.InternalServiceException
Glue.Client.exceptions.OperationTimeoutException