Class: Aws::SES::Types::TemplateDoesNotExistException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::TemplateDoesNotExistException
- Defined in:
- gems/aws-sdk-ses/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
4818 4819 4820 4821 4822 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 4818 class TemplateDoesNotExistException < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end |