Class: Aws::Budgets::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
The pagination token is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message the exception carries.
Instance Attribute Details
#message ⇒ String
The error message the exception carries.
1483 1484 1485 1486 1487 |
# File 'lib/aws-sdk-budgets/types.rb', line 1483 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |