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
4793 4794 4795 4796 4797 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4793 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |