View a markdown version of this page

TerminateServiceJobsErrorDetail - AWS Batch

TerminateServiceJobsErrorDetail

An object that contains the details of a service job that couldn't be terminated by a TerminateServiceJobs operation.

Contents

code

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

  • ValidationException – A service 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 service job.

Type: String

Required: Yes

job

The service job ID of the service job that couldn't be terminated.

Type: String

Required: Yes

message

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

Type: String

Required: Yes

See Also

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