Class: Aws::ForecastService::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
4684 4685 4686 4687 4688 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 4684 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |