Class: Aws::AutoScalingPlans::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscalingplans/types.rb
Overview
The token provided is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
487 488 489 490 491 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 487 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |