b848276fb8
With the recent release of IAM roles for service accounts the AWS sdk needs to be updated to at least 1.23.13 in order to utilize this feature.
85 lines
2.8 KiB
Go
85 lines
2.8 KiB
Go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
package cloudwatch
|
|
|
|
const (
|
|
|
|
// ErrCodeConcurrentModificationException for service response error code
|
|
// "ConcurrentModificationException".
|
|
//
|
|
// More than one process tried to modify a resource at the same time.
|
|
ErrCodeConcurrentModificationException = "ConcurrentModificationException"
|
|
|
|
// ErrCodeDashboardInvalidInputError for service response error code
|
|
// "InvalidParameterInput".
|
|
//
|
|
// Some part of the dashboard data is invalid.
|
|
ErrCodeDashboardInvalidInputError = "InvalidParameterInput"
|
|
|
|
// ErrCodeDashboardNotFoundError for service response error code
|
|
// "ResourceNotFound".
|
|
//
|
|
// The specified dashboard does not exist.
|
|
ErrCodeDashboardNotFoundError = "ResourceNotFound"
|
|
|
|
// ErrCodeInternalServiceFault for service response error code
|
|
// "InternalServiceError".
|
|
//
|
|
// Request processing has failed due to some unknown error, exception, or failure.
|
|
ErrCodeInternalServiceFault = "InternalServiceError"
|
|
|
|
// ErrCodeInvalidFormatFault for service response error code
|
|
// "InvalidFormat".
|
|
//
|
|
// Data was not syntactically valid JSON.
|
|
ErrCodeInvalidFormatFault = "InvalidFormat"
|
|
|
|
// ErrCodeInvalidNextToken for service response error code
|
|
// "InvalidNextToken".
|
|
//
|
|
// The next token specified is invalid.
|
|
ErrCodeInvalidNextToken = "InvalidNextToken"
|
|
|
|
// ErrCodeInvalidParameterCombinationException for service response error code
|
|
// "InvalidParameterCombination".
|
|
//
|
|
// Parameters were used together that cannot be used together.
|
|
ErrCodeInvalidParameterCombinationException = "InvalidParameterCombination"
|
|
|
|
// ErrCodeInvalidParameterValueException for service response error code
|
|
// "InvalidParameterValue".
|
|
//
|
|
// The value of an input parameter is bad or out-of-range.
|
|
ErrCodeInvalidParameterValueException = "InvalidParameterValue"
|
|
|
|
// ErrCodeLimitExceededException for service response error code
|
|
// "LimitExceededException".
|
|
//
|
|
// The operation exceeded one or more limits.
|
|
ErrCodeLimitExceededException = "LimitExceededException"
|
|
|
|
// ErrCodeLimitExceededFault for service response error code
|
|
// "LimitExceeded".
|
|
//
|
|
// The quota for alarms for this customer has already been reached.
|
|
ErrCodeLimitExceededFault = "LimitExceeded"
|
|
|
|
// ErrCodeMissingRequiredParameterException for service response error code
|
|
// "MissingParameter".
|
|
//
|
|
// An input parameter that is required is missing.
|
|
ErrCodeMissingRequiredParameterException = "MissingParameter"
|
|
|
|
// ErrCodeResourceNotFound for service response error code
|
|
// "ResourceNotFound".
|
|
//
|
|
// The named resource does not exist.
|
|
ErrCodeResourceNotFound = "ResourceNotFound"
|
|
|
|
// ErrCodeResourceNotFoundException for service response error code
|
|
// "ResourceNotFoundException".
|
|
//
|
|
// The named resource does not exist.
|
|
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
|
|
)
|