Class: Aws::States::Types::InvalidToken

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

The provided token is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)

1528
1529
1530
1531
1532
# File 'lib/aws-sdk-states/types.rb', line 1528

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