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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

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