Class: Aws::CostExplorer::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/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
5013 5014 5015 5016 5017 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5013 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |