Class: Aws::SES::Types::TemplateDoesNotExistException

Inherits:
Struct
  • Object
show all
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_nameString

Returns:

  • (String)


4887
4888
4889
4890
4891
# File 'lib/aws-sdk-ses/types.rb', line 4887

class TemplateDoesNotExistException < Struct.new(
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end