You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SES::Types::CreateCustomVerificationEmailTemplateRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SES::Types::CreateCustomVerificationEmailTemplateRequest
 
- Defined in:
- (unknown)
Overview
When passing CreateCustomVerificationEmailTemplateRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  template_name: "TemplateName", # required
  from_email_address: "FromAddress", # required
  template_subject: "Subject", # required
  template_content: "TemplateContent", # required
  success_redirection_url: "SuccessRedirectionURL", # required
  failure_redirection_url: "FailureRedirectionURL", # required
}
Represents a request to create a custom verification email template.
Instance Attribute Summary collapse
- 
  
    
      #failure_redirection_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The URL that the recipient of the verification email is sent to if his or her address is not successfully verified. 
- 
  
    
      #from_email_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The email address that the custom verification email is sent from. 
- 
  
    
      #success_redirection_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The URL that the recipient of the verification email is sent to if his or her address is successfully verified. 
- 
  
    
      #template_content  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The content of the custom verification email. 
- 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the custom verification email template. 
- 
  
    
      #template_subject  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The subject line of the custom verification email. 
Instance Attribute Details
#failure_redirection_url ⇒ String
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
#from_email_address ⇒ String
The email address that the custom verification email is sent from.
#success_redirection_url ⇒ String
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
#template_content ⇒ String
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 in the Amazon SES Developer Guide.
#template_name ⇒ String
The name of the custom verification email template.
#template_subject ⇒ String
The subject line of the custom verification email.