Class: Aws::SES::Types::TemplateDoesNotExistException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::TemplateDoesNotExistException
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
Indicates that the Template object you specified does not exist in your Amazon SES account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#template_name ⇒ String
      4934 4935 4936 4937 4938  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 4934 class TemplateDoesNotExistException < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end  |