Class: Aws::SES::Types::InvalidRenderingParameterException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/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_nameString

Returns:

  • (String)


2223
2224
2225
2226
2227
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 2223

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