Class: Aws::SimpleDB::Types::InvalidNextToken
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::InvalidNextToken
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simpledb/types.rb
Overview
The specified NextToken is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#box_usage ⇒ Float
247 248 249 250 251 |
# File 'lib/aws-sdk-simpledb/types.rb', line 247 class InvalidNextToken < Struct.new( :box_usage) SENSITIVE = [] include Aws::Structure end |