View a markdown version of this page

CancelJobsErrorDetail - Amazon Batch
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CancelJobsErrorDetail

An object that contains the details of a job that couldn't be cancelled by a CancelJobs operation.

Contents

code

An error code that identifies the reason the job couldn't be cancelled. Valid values are:

  • ValidationException – A job identifier in the request is malformed or isn't valid.

  • ClientException – The request failed because of a client error.

  • ThrottlingException – The request was throttled. Retry the request.

  • ServerException – An internal error occurred. Retry the request.

  • AccessDenied – The caller isn't authorized to perform the action on the specified job.

Type: String

Required: Yes

job

The Amazon Batch job ID of the job that couldn't be cancelled.

Type: String

Required: Yes

message

A message that describes the reason the job couldn't be cancelled.

Type: String

Required: Yes

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: