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)


3969
3970
3971
3972
3973
# File 'lib/aws-sdk-autoscaling/types.rb', line 3969

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