Class: Aws::AutoScaling::Types::InvalidNextToken

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

Overview

The NextToken value is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4081
4082
4083
4084
4085
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 4081

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