mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-13 01:42:41 +00:00
68 lines
2.4 KiB
Go
68 lines
2.4 KiB
Go
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||
|
|
||
|
package sns
|
||
|
|
||
|
const (
|
||
|
|
||
|
// ErrCodeAuthorizationErrorException for service response error code
|
||
|
// "AuthorizationError".
|
||
|
//
|
||
|
// Indicates that the user has been denied access to the requested resource.
|
||
|
ErrCodeAuthorizationErrorException = "AuthorizationError"
|
||
|
|
||
|
// ErrCodeEndpointDisabledException for service response error code
|
||
|
// "EndpointDisabled".
|
||
|
//
|
||
|
// Exception error indicating endpoint disabled.
|
||
|
ErrCodeEndpointDisabledException = "EndpointDisabled"
|
||
|
|
||
|
// ErrCodeInternalErrorException for service response error code
|
||
|
// "InternalError".
|
||
|
//
|
||
|
// Indicates an internal service error.
|
||
|
ErrCodeInternalErrorException = "InternalError"
|
||
|
|
||
|
// ErrCodeInvalidParameterException for service response error code
|
||
|
// "InvalidParameter".
|
||
|
//
|
||
|
// Indicates that a request parameter does not comply with the associated constraints.
|
||
|
ErrCodeInvalidParameterException = "InvalidParameter"
|
||
|
|
||
|
// ErrCodeInvalidParameterValueException for service response error code
|
||
|
// "ParameterValueInvalid".
|
||
|
//
|
||
|
// Indicates that a request parameter does not comply with the associated constraints.
|
||
|
ErrCodeInvalidParameterValueException = "ParameterValueInvalid"
|
||
|
|
||
|
// ErrCodeNotFoundException for service response error code
|
||
|
// "NotFound".
|
||
|
//
|
||
|
// Indicates that the requested resource does not exist.
|
||
|
ErrCodeNotFoundException = "NotFound"
|
||
|
|
||
|
// ErrCodePlatformApplicationDisabledException for service response error code
|
||
|
// "PlatformApplicationDisabled".
|
||
|
//
|
||
|
// Exception error indicating platform application disabled.
|
||
|
ErrCodePlatformApplicationDisabledException = "PlatformApplicationDisabled"
|
||
|
|
||
|
// ErrCodeSubscriptionLimitExceededException for service response error code
|
||
|
// "SubscriptionLimitExceeded".
|
||
|
//
|
||
|
// Indicates that the customer already owns the maximum allowed number of subscriptions.
|
||
|
ErrCodeSubscriptionLimitExceededException = "SubscriptionLimitExceeded"
|
||
|
|
||
|
// ErrCodeThrottledException for service response error code
|
||
|
// "Throttled".
|
||
|
//
|
||
|
// Indicates that the rate at which requests have been submitted for this action
|
||
|
// exceeds the limit for your account.
|
||
|
ErrCodeThrottledException = "Throttled"
|
||
|
|
||
|
// ErrCodeTopicLimitExceededException for service response error code
|
||
|
// "TopicLimitExceeded".
|
||
|
//
|
||
|
// Indicates that the customer already owns the maximum allowed number of topics.
|
||
|
ErrCodeTopicLimitExceededException = "TopicLimitExceeded"
|
||
|
)
|