Class: Aws::SES::Types::DeleteCustomVerificationEmailTemplateRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::DeleteCustomVerificationEmailTemplateRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
Represents a request to delete an existing custom verification email template.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the custom verification email template to delete.
 
Instance Attribute Details
#template_name ⇒ String
The name of the custom verification email template to delete.
      1041 1042 1043 1044 1045  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 1041 class DeleteCustomVerificationEmailTemplateRequest < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end  |