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

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

Returns:

  • (String)


4863
4864
4865
4866
4867
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 4863

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