Class: Aws::SimpleDB::Types::NumberSubmittedAttributesExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::NumberSubmittedAttributesExceeded
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simpledb/types.rb
Overview
Too many attributes exist in a single call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#box_usage ⇒ Float
419 420 421 422 423 |
# File 'lib/aws-sdk-simpledb/types.rb', line 419 class NumberSubmittedAttributesExceeded < Struct.new( :box_usage) SENSITIVE = [] include Aws::Structure end |