Class: Aws::Budgets::Types::ExpiredNextTokenException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-budgets/types.rb

Overview

The pagination token expired.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message the exception carries.

Returns:

  • (String)


1376
1377
1378
1379
1380
# File 'lib/aws-sdk-budgets/types.rb', line 1376

class ExpiredNextTokenException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end