Class: Aws::Pricing::Types::ExpiredNextTokenException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb

Overview

The pagination token expired. Try again without a pagination token.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


104
105
106
107
108
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 104

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