:doc:`SES <../../ses>` / Client / update_custom_verification_email_template

*****************************************
update_custom_verification_email_template
*****************************************



.. py:method:: SES.Client.update_custom_verification_email_template(**kwargs)

  

  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.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/UpdateCustomVerificationEmailTemplate>`_  


  **Request Syntax**
  ::

    response = client.update_custom_verification_email_template(
        TemplateName='string',
        FromEmailAddress='string',
        TemplateSubject='string',
        TemplateContent='string',
        SuccessRedirectionURL='string',
        FailureRedirectionURL='string'
    )
    
  :type TemplateName: string
  :param TemplateName: **[REQUIRED]** 

    The name of the custom verification email template to update.

    

  
  :type FromEmailAddress: string
  :param FromEmailAddress: 

    The email address that the custom verification email is sent from.

    

  
  :type TemplateSubject: string
  :param TemplateSubject: 

    The subject line of the custom verification email.

    

  
  :type TemplateContent: string
  :param TemplateContent: 

    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>`__ in the *Amazon SES Developer Guide*.

    

  
  :type SuccessRedirectionURL: string
  :param SuccessRedirectionURL: 

    The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

    

  
  :type FailureRedirectionURL: string
  :param FailureRedirectionURL: 

    The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`SES.Client.exceptions.CustomVerificationEmailTemplateDoesNotExistException`

  
  *   :py:class:`SES.Client.exceptions.FromEmailAddressNotVerifiedException`

  
  *   :py:class:`SES.Client.exceptions.CustomVerificationEmailInvalidContentException`

  