Class: Aws::CostExplorer::Types::InvalidNextTokenException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


5649
5650
5651
5652
5653
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5649

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