Class: Aws::Pricing::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pricing::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pricing/types.rb
Overview
The pagination token is invalid. Try again without a pagination token.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
323 324 325 326 327 |
# File 'lib/aws-sdk-pricing/types.rb', line 323 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |