Class: Aws::Budgets::Types::ExpiredNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::ExpiredNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
The pagination token expired.
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.
1390 1391 1392 1393 1394 |
# File 'lib/aws-sdk-budgets/types.rb', line 1390 class ExpiredNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |