Files
Bryan Boreham e49c2dcb84 Update aws-sdk-go library to latest release
From version 1.0.5 to version 1.15.74.
Simply because the old version was really old.
2018-11-13 15:08:30 +00:00

21 lines
640 B
Go

// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package batch
const (
// ErrCodeClientException for service response error code
// "ClientException".
//
// These errors are usually caused by a client action, such as using an action
// or resource on behalf of a user that doesn't have permissions to use the
// action or resource, or specifying an identifier that is not valid.
ErrCodeClientException = "ClientException"
// ErrCodeServerException for service response error code
// "ServerException".
//
// These errors are usually caused by a server issue.
ErrCodeServerException = "ServerException"
)