Class: Aws::ForecastQueryService::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastQueryService::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastqueryservice/types.rb
Overview
The token is not valid. Tokens expire after 24 hours.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
85 86 87 88 89 |
# File 'lib/aws-sdk-forecastqueryservice/types.rb', line 85 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |