Class: Aws::SES::Types::InvalidTemplateException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

Indicates that the template that you specified could not be rendered. This issue may occur when a template refers to a partial that does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_nameString

Returns:

  • (String)


2300
2301
2302
2303
2304
# File 'lib/aws-sdk-ses/types.rb', line 2300

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