Class: Aws::ForecastService::Types::InvalidNextTokenException

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

Overview

The token is not valid. Tokens expire after 24 hours.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4684
4685
4686
4687
4688
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4684

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