delete_job

drs.Client.delete_job(**kwargs)

Deletes a single Job by ID.

See also: AWS API Documentation

Request Syntax

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

[REQUIRED]

The ID of the Job to be deleted.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • drs.Client.exceptions.ResourceNotFoundException
  • drs.Client.exceptions.InternalServerException
  • drs.Client.exceptions.ConflictException
  • drs.Client.exceptions.ThrottlingException
  • drs.Client.exceptions.UninitializedAccountException