github.com/aavshr/aws-sdk-go@v1.41.3/service/sns/errors.go (about)

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  package sns
     4  
     5  const (
     6  
     7  	// ErrCodeAuthorizationErrorException for service response error code
     8  	// "AuthorizationError".
     9  	//
    10  	// Indicates that the user has been denied access to the requested resource.
    11  	ErrCodeAuthorizationErrorException = "AuthorizationError"
    12  
    13  	// ErrCodeConcurrentAccessException for service response error code
    14  	// "ConcurrentAccess".
    15  	//
    16  	// Can't perform multiple operations on a tag simultaneously. Perform the operations
    17  	// sequentially.
    18  	ErrCodeConcurrentAccessException = "ConcurrentAccess"
    19  
    20  	// ErrCodeEndpointDisabledException for service response error code
    21  	// "EndpointDisabled".
    22  	//
    23  	// Exception error indicating endpoint disabled.
    24  	ErrCodeEndpointDisabledException = "EndpointDisabled"
    25  
    26  	// ErrCodeFilterPolicyLimitExceededException for service response error code
    27  	// "FilterPolicyLimitExceeded".
    28  	//
    29  	// Indicates that the number of filter polices in your account exceeds the limit.
    30  	// To add more filter polices, submit an SNS Limit Increase case in the Amazon
    31  	// Web Services Support Center.
    32  	ErrCodeFilterPolicyLimitExceededException = "FilterPolicyLimitExceeded"
    33  
    34  	// ErrCodeInternalErrorException for service response error code
    35  	// "InternalError".
    36  	//
    37  	// Indicates an internal service error.
    38  	ErrCodeInternalErrorException = "InternalError"
    39  
    40  	// ErrCodeInvalidParameterException for service response error code
    41  	// "InvalidParameter".
    42  	//
    43  	// Indicates that a request parameter does not comply with the associated constraints.
    44  	ErrCodeInvalidParameterException = "InvalidParameter"
    45  
    46  	// ErrCodeInvalidParameterValueException for service response error code
    47  	// "ParameterValueInvalid".
    48  	//
    49  	// Indicates that a request parameter does not comply with the associated constraints.
    50  	ErrCodeInvalidParameterValueException = "ParameterValueInvalid"
    51  
    52  	// ErrCodeInvalidSecurityException for service response error code
    53  	// "InvalidSecurity".
    54  	//
    55  	// The credential signature isn't valid. You must use an HTTPS endpoint and
    56  	// sign your request using Signature Version 4.
    57  	ErrCodeInvalidSecurityException = "InvalidSecurity"
    58  
    59  	// ErrCodeKMSAccessDeniedException for service response error code
    60  	// "KMSAccessDenied".
    61  	//
    62  	// The ciphertext references a key that doesn't exist or that you don't have
    63  	// access to.
    64  	ErrCodeKMSAccessDeniedException = "KMSAccessDenied"
    65  
    66  	// ErrCodeKMSDisabledException for service response error code
    67  	// "KMSDisabled".
    68  	//
    69  	// The request was rejected because the specified customer master key (CMK)
    70  	// isn't enabled.
    71  	ErrCodeKMSDisabledException = "KMSDisabled"
    72  
    73  	// ErrCodeKMSInvalidStateException for service response error code
    74  	// "KMSInvalidState".
    75  	//
    76  	// The request was rejected because the state of the specified resource isn't
    77  	// valid for this request. For more information, see How Key State Affects Use
    78  	// of a Customer Master Key (https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html)
    79  	// in the Key Management Service Developer Guide.
    80  	ErrCodeKMSInvalidStateException = "KMSInvalidState"
    81  
    82  	// ErrCodeKMSNotFoundException for service response error code
    83  	// "KMSNotFound".
    84  	//
    85  	// The request was rejected because the specified entity or resource can't be
    86  	// found.
    87  	ErrCodeKMSNotFoundException = "KMSNotFound"
    88  
    89  	// ErrCodeKMSOptInRequired for service response error code
    90  	// "KMSOptInRequired".
    91  	//
    92  	// The Amazon Web Services access key ID needs a subscription for the service.
    93  	ErrCodeKMSOptInRequired = "KMSOptInRequired"
    94  
    95  	// ErrCodeKMSThrottlingException for service response error code
    96  	// "KMSThrottling".
    97  	//
    98  	// The request was denied due to request throttling. For more information about
    99  	// throttling, see Limits (https://docs.aws.amazon.com/kms/latest/developerguide/limits.html#requests-per-second)
   100  	// in the Key Management Service Developer Guide.
   101  	ErrCodeKMSThrottlingException = "KMSThrottling"
   102  
   103  	// ErrCodeNotFoundException for service response error code
   104  	// "NotFound".
   105  	//
   106  	// Indicates that the requested resource does not exist.
   107  	ErrCodeNotFoundException = "NotFound"
   108  
   109  	// ErrCodeOptedOutException for service response error code
   110  	// "OptedOut".
   111  	//
   112  	// Indicates that the specified phone number opted out of receiving SMS messages
   113  	// from your account. You can't send SMS messages to phone numbers that opt
   114  	// out.
   115  	ErrCodeOptedOutException = "OptedOut"
   116  
   117  	// ErrCodePlatformApplicationDisabledException for service response error code
   118  	// "PlatformApplicationDisabled".
   119  	//
   120  	// Exception error indicating platform application disabled.
   121  	ErrCodePlatformApplicationDisabledException = "PlatformApplicationDisabled"
   122  
   123  	// ErrCodeResourceNotFoundException for service response error code
   124  	// "ResourceNotFound".
   125  	//
   126  	// Can’t perform the action on the specified resource. Make sure that the
   127  	// resource exists.
   128  	ErrCodeResourceNotFoundException = "ResourceNotFound"
   129  
   130  	// ErrCodeStaleTagException for service response error code
   131  	// "StaleTag".
   132  	//
   133  	// A tag has been added to a resource with the same ARN as a deleted resource.
   134  	// Wait a short while and then retry the operation.
   135  	ErrCodeStaleTagException = "StaleTag"
   136  
   137  	// ErrCodeSubscriptionLimitExceededException for service response error code
   138  	// "SubscriptionLimitExceeded".
   139  	//
   140  	// Indicates that the customer already owns the maximum allowed number of subscriptions.
   141  	ErrCodeSubscriptionLimitExceededException = "SubscriptionLimitExceeded"
   142  
   143  	// ErrCodeTagLimitExceededException for service response error code
   144  	// "TagLimitExceeded".
   145  	//
   146  	// Can't add more than 50 tags to a topic.
   147  	ErrCodeTagLimitExceededException = "TagLimitExceeded"
   148  
   149  	// ErrCodeTagPolicyException for service response error code
   150  	// "TagPolicy".
   151  	//
   152  	// The request doesn't comply with the IAM tag policy. Correct your request
   153  	// and then retry it.
   154  	ErrCodeTagPolicyException = "TagPolicy"
   155  
   156  	// ErrCodeThrottledException for service response error code
   157  	// "Throttled".
   158  	//
   159  	// Indicates that the rate at which requests have been submitted for this action
   160  	// exceeds the limit for your account.
   161  	ErrCodeThrottledException = "Throttled"
   162  
   163  	// ErrCodeTopicLimitExceededException for service response error code
   164  	// "TopicLimitExceeded".
   165  	//
   166  	// Indicates that the customer already owns the maximum allowed number of topics.
   167  	ErrCodeTopicLimitExceededException = "TopicLimitExceeded"
   168  
   169  	// ErrCodeUserErrorException for service response error code
   170  	// "UserError".
   171  	//
   172  	// Indicates that a request parameter does not comply with the associated constraints.
   173  	ErrCodeUserErrorException = "UserError"
   174  
   175  	// ErrCodeValidationException for service response error code
   176  	// "ValidationException".
   177  	//
   178  	// Indicates that a parameter in the request is invalid.
   179  	ErrCodeValidationException = "ValidationException"
   180  
   181  	// ErrCodeVerificationException for service response error code
   182  	// "VerificationException".
   183  	//
   184  	// Indicates that the one-time password (OTP) used for verification is invalid.
   185  	ErrCodeVerificationException = "VerificationException"
   186  )