Class: Aws::SES::Types::InvalidRenderingParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::InvalidRenderingParameterException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Indicates that one or more of the replacement values you provided is invalid. This error may occur when the TemplateData object contains invalid JSON.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#template_name ⇒ String
2223 2224 2225 2226 2227 |
# File 'lib/aws-sdk-ses/types.rb', line 2223 class InvalidRenderingParameterException < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end |