63 lines
2.1 KiB
Go
63 lines
2.1 KiB
Go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
package pinpointemail
|
|
|
|
const (
|
|
|
|
// ErrCodeAccountSuspendedException for service response error code
|
|
// "AccountSuspendedException".
|
|
//
|
|
// The message can't be sent because the account's ability to send email has
|
|
// been permanently restricted.
|
|
ErrCodeAccountSuspendedException = "AccountSuspendedException"
|
|
|
|
// ErrCodeAlreadyExistsException for service response error code
|
|
// "AlreadyExistsException".
|
|
//
|
|
// The resource specified in your request already exists.
|
|
ErrCodeAlreadyExistsException = "AlreadyExistsException"
|
|
|
|
// ErrCodeBadRequestException for service response error code
|
|
// "BadRequestException".
|
|
//
|
|
// The input you provided is invalid.
|
|
ErrCodeBadRequestException = "BadRequestException"
|
|
|
|
// ErrCodeLimitExceededException for service response error code
|
|
// "LimitExceededException".
|
|
//
|
|
// There are too many instances of the specified resource type.
|
|
ErrCodeLimitExceededException = "LimitExceededException"
|
|
|
|
// ErrCodeMailFromDomainNotVerifiedException for service response error code
|
|
// "MailFromDomainNotVerifiedException".
|
|
//
|
|
// The message can't be sent because the sending domain isn't verified.
|
|
ErrCodeMailFromDomainNotVerifiedException = "MailFromDomainNotVerifiedException"
|
|
|
|
// ErrCodeMessageRejected for service response error code
|
|
// "MessageRejected".
|
|
//
|
|
// The message can't be sent because it contains invalid content.
|
|
ErrCodeMessageRejected = "MessageRejected"
|
|
|
|
// ErrCodeNotFoundException for service response error code
|
|
// "NotFoundException".
|
|
//
|
|
// The resource you attempted to access doesn't exist.
|
|
ErrCodeNotFoundException = "NotFoundException"
|
|
|
|
// ErrCodeSendingPausedException for service response error code
|
|
// "SendingPausedException".
|
|
//
|
|
// The message can't be sent because the account's ability to send email is
|
|
// currently paused.
|
|
ErrCodeSendingPausedException = "SendingPausedException"
|
|
|
|
// ErrCodeTooManyRequestsException for service response error code
|
|
// "TooManyRequestsException".
|
|
//
|
|
// Too many requests have been made to the operation.
|
|
ErrCodeTooManyRequestsException = "TooManyRequestsException"
|
|
)
|