delete_job
(**kwargs)¶Deletes a single Job by ID.
See also: AWS API Documentation
Request Syntax
response = client.delete_job(
jobID='string'
)
[REQUIRED]
The ID of the Job to be deleted.
{}
Response Structure
Exceptions
drs.Client.exceptions.ResourceNotFoundException
drs.Client.exceptions.InternalServerException
drs.Client.exceptions.ConflictException
drs.Client.exceptions.ThrottlingException
drs.Client.exceptions.UninitializedAccountException