Class: Aws::AutoScalingPlans::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::InvalidNextTokenException
- Defined in:
- gems/aws-sdk-autoscalingplans/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 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 487 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |