Class: Aws::CostExplorer::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::InvalidNextTokenException
- Defined in:
- gems/aws-sdk-costexplorer/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
4821 4822 4823 4824 4825 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4821 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |