Class: Aws::SimpleDBv2::Types::InvalidParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDBv2::Types::InvalidParameterValueException
- Defined in:
- gems/aws-sdk-simpledbv2/lib/aws-sdk-simpledbv2/types.rb
Overview
The specified parameter value is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
194 195 196 197 198 |
# File 'gems/aws-sdk-simpledbv2/lib/aws-sdk-simpledbv2/types.rb', line 194 class InvalidParameterValueException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |