Class: Aws::SES::Types::MissingRenderingAttributeException

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

Overview

Indicates that one or more of the replacement values for the specified template was not specified. Ensure that the TemplateData object contains references to all of the replacement tags in the specified template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_nameString

Returns:

  • (String)


2908
2909
2910
2911
2912
# File 'lib/aws-sdk-ses/types.rb', line 2908

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