Class: Aws::SimpleDB::Types::InvalidParameterValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::InvalidParameterValue
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simpledb/types.rb
Overview
The value for a parameter is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#box_usage ⇒ Float
280 281 282 283 284 |
# File 'lib/aws-sdk-simpledb/types.rb', line 280 class InvalidParameterValue < Struct.new( :box_usage) SENSITIVE = [] include Aws::Structure end |