github.com/aavshr/aws-sdk-go@v1.41.3/service/ses/errors.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 package ses 4 5 const ( 6 7 // ErrCodeAccountSendingPausedException for service response error code 8 // "AccountSendingPausedException". 9 // 10 // Indicates that email sending is disabled for your entire Amazon SES account. 11 // 12 // You can enable or disable email sending for your Amazon SES account using 13 // UpdateAccountSendingEnabled. 14 ErrCodeAccountSendingPausedException = "AccountSendingPausedException" 15 16 // ErrCodeAlreadyExistsException for service response error code 17 // "AlreadyExists". 18 // 19 // Indicates that a resource could not be created because of a naming conflict. 20 ErrCodeAlreadyExistsException = "AlreadyExists" 21 22 // ErrCodeCannotDeleteException for service response error code 23 // "CannotDelete". 24 // 25 // Indicates that the delete operation could not be completed. 26 ErrCodeCannotDeleteException = "CannotDelete" 27 28 // ErrCodeConfigurationSetAlreadyExistsException for service response error code 29 // "ConfigurationSetAlreadyExists". 30 // 31 // Indicates that the configuration set could not be created because of a naming 32 // conflict. 33 ErrCodeConfigurationSetAlreadyExistsException = "ConfigurationSetAlreadyExists" 34 35 // ErrCodeConfigurationSetDoesNotExistException for service response error code 36 // "ConfigurationSetDoesNotExist". 37 // 38 // Indicates that the configuration set does not exist. 39 ErrCodeConfigurationSetDoesNotExistException = "ConfigurationSetDoesNotExist" 40 41 // ErrCodeConfigurationSetSendingPausedException for service response error code 42 // "ConfigurationSetSendingPausedException". 43 // 44 // Indicates that email sending is disabled for the configuration set. 45 // 46 // You can enable or disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled. 47 ErrCodeConfigurationSetSendingPausedException = "ConfigurationSetSendingPausedException" 48 49 // ErrCodeCustomVerificationEmailInvalidContentException for service response error code 50 // "CustomVerificationEmailInvalidContent". 51 // 52 // Indicates that custom verification email template provided content is invalid. 53 ErrCodeCustomVerificationEmailInvalidContentException = "CustomVerificationEmailInvalidContent" 54 55 // ErrCodeCustomVerificationEmailTemplateAlreadyExistsException for service response error code 56 // "CustomVerificationEmailTemplateAlreadyExists". 57 // 58 // Indicates that a custom verification email template with the name you specified 59 // already exists. 60 ErrCodeCustomVerificationEmailTemplateAlreadyExistsException = "CustomVerificationEmailTemplateAlreadyExists" 61 62 // ErrCodeCustomVerificationEmailTemplateDoesNotExistException for service response error code 63 // "CustomVerificationEmailTemplateDoesNotExist". 64 // 65 // Indicates that a custom verification email template with the name you specified 66 // does not exist. 67 ErrCodeCustomVerificationEmailTemplateDoesNotExistException = "CustomVerificationEmailTemplateDoesNotExist" 68 69 // ErrCodeEventDestinationAlreadyExistsException for service response error code 70 // "EventDestinationAlreadyExists". 71 // 72 // Indicates that the event destination could not be created because of a naming 73 // conflict. 74 ErrCodeEventDestinationAlreadyExistsException = "EventDestinationAlreadyExists" 75 76 // ErrCodeEventDestinationDoesNotExistException for service response error code 77 // "EventDestinationDoesNotExist". 78 // 79 // Indicates that the event destination does not exist. 80 ErrCodeEventDestinationDoesNotExistException = "EventDestinationDoesNotExist" 81 82 // ErrCodeFromEmailAddressNotVerifiedException for service response error code 83 // "FromEmailAddressNotVerified". 84 // 85 // Indicates that the sender address specified for a custom verification email 86 // is not verified, and is therefore not eligible to send the custom verification 87 // email. 88 ErrCodeFromEmailAddressNotVerifiedException = "FromEmailAddressNotVerified" 89 90 // ErrCodeInvalidCloudWatchDestinationException for service response error code 91 // "InvalidCloudWatchDestination". 92 // 93 // Indicates that the Amazon CloudWatch destination is invalid. See the error 94 // message for details. 95 ErrCodeInvalidCloudWatchDestinationException = "InvalidCloudWatchDestination" 96 97 // ErrCodeInvalidConfigurationSetException for service response error code 98 // "InvalidConfigurationSet". 99 // 100 // Indicates that the configuration set is invalid. See the error message for 101 // details. 102 ErrCodeInvalidConfigurationSetException = "InvalidConfigurationSet" 103 104 // ErrCodeInvalidDeliveryOptionsException for service response error code 105 // "InvalidDeliveryOptions". 106 // 107 // Indicates that provided delivery option is invalid. 108 ErrCodeInvalidDeliveryOptionsException = "InvalidDeliveryOptions" 109 110 // ErrCodeInvalidFirehoseDestinationException for service response error code 111 // "InvalidFirehoseDestination". 112 // 113 // Indicates that the Amazon Kinesis Firehose destination is invalid. See the 114 // error message for details. 115 ErrCodeInvalidFirehoseDestinationException = "InvalidFirehoseDestination" 116 117 // ErrCodeInvalidLambdaFunctionException for service response error code 118 // "InvalidLambdaFunction". 119 // 120 // Indicates that the provided AWS Lambda function is invalid, or that Amazon 121 // SES could not execute the provided function, possibly due to permissions 122 // issues. For information about giving permissions, see the Amazon SES Developer 123 // Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html). 124 ErrCodeInvalidLambdaFunctionException = "InvalidLambdaFunction" 125 126 // ErrCodeInvalidPolicyException for service response error code 127 // "InvalidPolicy". 128 // 129 // Indicates that the provided policy is invalid. Check the error stack for 130 // more information about what caused the error. 131 ErrCodeInvalidPolicyException = "InvalidPolicy" 132 133 // ErrCodeInvalidRenderingParameterException for service response error code 134 // "InvalidRenderingParameter". 135 // 136 // Indicates that one or more of the replacement values you provided is invalid. 137 // This error may occur when the TemplateData object contains invalid JSON. 138 ErrCodeInvalidRenderingParameterException = "InvalidRenderingParameter" 139 140 // ErrCodeInvalidS3ConfigurationException for service response error code 141 // "InvalidS3Configuration". 142 // 143 // Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is 144 // invalid, or that Amazon SES could not publish to the bucket, possibly due 145 // to permissions issues. For information about giving permissions, see the 146 // Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html). 147 ErrCodeInvalidS3ConfigurationException = "InvalidS3Configuration" 148 149 // ErrCodeInvalidSNSDestinationException for service response error code 150 // "InvalidSNSDestination". 151 // 152 // Indicates that the Amazon Simple Notification Service (Amazon SNS) destination 153 // is invalid. See the error message for details. 154 ErrCodeInvalidSNSDestinationException = "InvalidSNSDestination" 155 156 // ErrCodeInvalidSnsTopicException for service response error code 157 // "InvalidSnsTopic". 158 // 159 // Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES 160 // could not publish to the topic, possibly due to permissions issues. For information 161 // about giving permissions, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html). 162 ErrCodeInvalidSnsTopicException = "InvalidSnsTopic" 163 164 // ErrCodeInvalidTemplateException for service response error code 165 // "InvalidTemplate". 166 // 167 // Indicates that the template that you specified could not be rendered. This 168 // issue may occur when a template refers to a partial that does not exist. 169 ErrCodeInvalidTemplateException = "InvalidTemplate" 170 171 // ErrCodeInvalidTrackingOptionsException for service response error code 172 // "InvalidTrackingOptions". 173 // 174 // Indicates that the custom domain to be used for open and click tracking redirects 175 // is invalid. This error appears most often in the following situations: 176 // 177 // * When the tracking domain you specified is not verified in Amazon SES. 178 // 179 // * When the tracking domain you specified is not a valid domain or subdomain. 180 ErrCodeInvalidTrackingOptionsException = "InvalidTrackingOptions" 181 182 // ErrCodeLimitExceededException for service response error code 183 // "LimitExceeded". 184 // 185 // Indicates that a resource could not be created because of service limits. 186 // For a list of Amazon SES limits, see the Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html). 187 ErrCodeLimitExceededException = "LimitExceeded" 188 189 // ErrCodeMailFromDomainNotVerifiedException for service response error code 190 // "MailFromDomainNotVerifiedException". 191 // 192 // Indicates that the message could not be sent because Amazon SES could not 193 // read the MX record required to use the specified MAIL FROM domain. For information 194 // about editing the custom MAIL FROM domain settings for an identity, see the 195 // Amazon SES Developer Guide (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from-edit.html). 196 ErrCodeMailFromDomainNotVerifiedException = "MailFromDomainNotVerifiedException" 197 198 // ErrCodeMessageRejected for service response error code 199 // "MessageRejected". 200 // 201 // Indicates that the action failed, and the message could not be sent. Check 202 // the error stack for more information about what caused the error. 203 ErrCodeMessageRejected = "MessageRejected" 204 205 // ErrCodeMissingRenderingAttributeException for service response error code 206 // "MissingRenderingAttribute". 207 // 208 // Indicates that one or more of the replacement values for the specified template 209 // was not specified. Ensure that the TemplateData object contains references 210 // to all of the replacement tags in the specified template. 211 ErrCodeMissingRenderingAttributeException = "MissingRenderingAttribute" 212 213 // ErrCodeProductionAccessNotGrantedException for service response error code 214 // "ProductionAccessNotGranted". 215 // 216 // Indicates that the account has not been granted production access. 217 ErrCodeProductionAccessNotGrantedException = "ProductionAccessNotGranted" 218 219 // ErrCodeRuleDoesNotExistException for service response error code 220 // "RuleDoesNotExist". 221 // 222 // Indicates that the provided receipt rule does not exist. 223 ErrCodeRuleDoesNotExistException = "RuleDoesNotExist" 224 225 // ErrCodeRuleSetDoesNotExistException for service response error code 226 // "RuleSetDoesNotExist". 227 // 228 // Indicates that the provided receipt rule set does not exist. 229 ErrCodeRuleSetDoesNotExistException = "RuleSetDoesNotExist" 230 231 // ErrCodeTemplateDoesNotExistException for service response error code 232 // "TemplateDoesNotExist". 233 // 234 // Indicates that the Template object you specified does not exist in your Amazon 235 // SES account. 236 ErrCodeTemplateDoesNotExistException = "TemplateDoesNotExist" 237 238 // ErrCodeTrackingOptionsAlreadyExistsException for service response error code 239 // "TrackingOptionsAlreadyExistsException". 240 // 241 // Indicates that the configuration set you specified already contains a TrackingOptions 242 // object. 243 ErrCodeTrackingOptionsAlreadyExistsException = "TrackingOptionsAlreadyExistsException" 244 245 // ErrCodeTrackingOptionsDoesNotExistException for service response error code 246 // "TrackingOptionsDoesNotExistException". 247 // 248 // Indicates that the TrackingOptions object you specified does not exist. 249 ErrCodeTrackingOptionsDoesNotExistException = "TrackingOptionsDoesNotExistException" 250 )