Updates an existing custom verification email template.
For more information about custom verification email templates, see Using custom verification email templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
put/v2/email/custom-verification-email-templates/{TemplateName}
Path parameters
TemplateNamestring required
The name of the template. You will refer to this name when you send email using the <code>SendTemplatedEmail</code> or <code>SendBulkTemplatedEmail</code> operations.
The name of the custom verification email template that you want to update.
Request body
Response
Success
UpdateCustomVerificationEmailTemplateResponse required
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.