2017-05-11 16:39:54 +02:00
|
|
|
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
|
|
|
|
|
|
package budgets
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
|
|
|
|
|
// ErrCodeCreationLimitExceededException for service response error code
|
|
|
|
|
// "CreationLimitExceededException".
|
|
|
|
|
//
|
2018-03-19 16:51:38 +01:00
|
|
|
|
// You've exceeded the notification or subscriber limit.
|
2017-05-11 16:39:54 +02:00
|
|
|
|
ErrCodeCreationLimitExceededException = "CreationLimitExceededException"
|
|
|
|
|
|
|
|
|
|
// ErrCodeDuplicateRecordException for service response error code
|
|
|
|
|
// "DuplicateRecordException".
|
|
|
|
|
//
|
2018-03-19 16:51:38 +01:00
|
|
|
|
// The budget name already exists. Budget names must be unique within an account.
|
2017-05-11 16:39:54 +02:00
|
|
|
|
ErrCodeDuplicateRecordException = "DuplicateRecordException"
|
|
|
|
|
|
|
|
|
|
// ErrCodeExpiredNextTokenException for service response error code
|
|
|
|
|
// "ExpiredNextTokenException".
|
|
|
|
|
//
|
2018-03-19 16:51:38 +01:00
|
|
|
|
// The pagination token expired.
|
2017-05-11 16:39:54 +02:00
|
|
|
|
ErrCodeExpiredNextTokenException = "ExpiredNextTokenException"
|
|
|
|
|
|
|
|
|
|
// ErrCodeInternalErrorException for service response error code
|
|
|
|
|
// "InternalErrorException".
|
|
|
|
|
//
|
2018-03-19 16:51:38 +01:00
|
|
|
|
// An error on the server occurred during the processing of your request. Try
|
|
|
|
|
// again later.
|
2017-05-11 16:39:54 +02:00
|
|
|
|
ErrCodeInternalErrorException = "InternalErrorException"
|
|
|
|
|
|
|
|
|
|
// ErrCodeInvalidNextTokenException for service response error code
|
|
|
|
|
// "InvalidNextTokenException".
|
|
|
|
|
//
|
2018-03-19 16:51:38 +01:00
|
|
|
|
// The pagination token is invalid.
|
2017-05-11 16:39:54 +02:00
|
|
|
|
ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
|
|
|
|
|
|
|
|
|
|
// ErrCodeInvalidParameterException for service response error code
|
|
|
|
|
// "InvalidParameterException".
|
|
|
|
|
//
|
2018-03-19 16:51:38 +01:00
|
|
|
|
// An error on the client occurred. Typically, the cause is an invalid input
|
|
|
|
|
// value.
|
2017-05-11 16:39:54 +02:00
|
|
|
|
ErrCodeInvalidParameterException = "InvalidParameterException"
|
|
|
|
|
|
|
|
|
|
// ErrCodeNotFoundException for service response error code
|
|
|
|
|
// "NotFoundException".
|
|
|
|
|
//
|
2018-03-19 16:51:38 +01:00
|
|
|
|
// We can’t locate the resource that you specified.
|
2017-05-11 16:39:54 +02:00
|
|
|
|
ErrCodeNotFoundException = "NotFoundException"
|
|
|
|
|
)
|