Class: Aws::SES::Types::MissingRenderingAttributeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::MissingRenderingAttributeException
- 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_name ⇒ String
2947 2948 2949 2950 2951 |
# File 'lib/aws-sdk-ses/types.rb', line 2947 class MissingRenderingAttributeException < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end |