

# UpdateCustomVerificationEmailTemplate


Updates an existing custom verification email template.

For more information about custom verification email templates, see [Using custom verification email templates](https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom) in the *Amazon SES Developer Guide*.

You can execute this operation no more than once per second.

## Request Syntax


```
PUT /v2/email/custom-verification-email-templates/TemplateName HTTP/1.1
Content-type: application/json

{
   "FailureRedirectionURL": "string",
   "FromEmailAddress": "string",
   "SuccessRedirectionURL": "string",
   "TemplateContent": "string",
   "TemplateSubject": "string"
}
```

## URI Request Parameters


The request uses the following URI parameters.

 ** [TemplateName](#API_UpdateCustomVerificationEmailTemplate_RequestSyntax) **   <a name="SES-UpdateCustomVerificationEmailTemplate-request-uri-TemplateName"></a>
The name of the custom verification email template that you want to update.  
Length Constraints: Minimum length of 1.  
Required: Yes

## Request Body


The request accepts the following data in JSON format.

 ** [FailureRedirectionURL](#API_UpdateCustomVerificationEmailTemplate_RequestSyntax) **   <a name="SES-UpdateCustomVerificationEmailTemplate-request-FailureRedirectionURL"></a>
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.  
Type: String  
Required: Yes

 ** [FromEmailAddress](#API_UpdateCustomVerificationEmailTemplate_RequestSyntax) **   <a name="SES-UpdateCustomVerificationEmailTemplate-request-FromEmailAddress"></a>
The email address that the custom verification email is sent from.  
Type: String  
Required: Yes

 ** [SuccessRedirectionURL](#API_UpdateCustomVerificationEmailTemplate_RequestSyntax) **   <a name="SES-UpdateCustomVerificationEmailTemplate-request-SuccessRedirectionURL"></a>
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.  
Type: String  
Required: Yes

 ** [TemplateContent](#API_UpdateCustomVerificationEmailTemplate_RequestSyntax) **   <a name="SES-UpdateCustomVerificationEmailTemplate-request-TemplateContent"></a>
The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see [Custom verification email frequently asked questions](https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom-faq) in the *Amazon SES Developer Guide*.  
Type: String  
Required: Yes

 ** [TemplateSubject](#API_UpdateCustomVerificationEmailTemplate_RequestSyntax) **   <a name="SES-UpdateCustomVerificationEmailTemplate-request-TemplateSubject"></a>
The subject line of the custom verification email.  
Type: String  
Required: Yes

## Response Syntax


```
HTTP/1.1 200
```

## Response Elements


If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

## Errors


For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** BadRequestException **   
The input you provided is invalid.  
HTTP Status Code: 400

 ** NotFoundException **   
The resource you attempted to access doesn't exist.  
HTTP Status Code: 404

 ** TooManyRequestsException **   
Too many requests have been made to the operation.  
HTTP Status Code: 429

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/sesv2-2019-09-27/UpdateCustomVerificationEmailTemplate) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/sesv2-2019-09-27/UpdateCustomVerificationEmailTemplate) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/sesv2-2019-09-27/UpdateCustomVerificationEmailTemplate) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/sesv2-2019-09-27/UpdateCustomVerificationEmailTemplate) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/sesv2-2019-09-27/UpdateCustomVerificationEmailTemplate) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/sesv2-2019-09-27/UpdateCustomVerificationEmailTemplate) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/sesv2-2019-09-27/UpdateCustomVerificationEmailTemplate) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/sesv2-2019-09-27/UpdateCustomVerificationEmailTemplate) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/sesv2-2019-09-27/UpdateCustomVerificationEmailTemplate) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/sesv2-2019-09-27/UpdateCustomVerificationEmailTemplate) 