Class: Aws::States::Types::InvalidToken
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::InvalidToken
- 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
#message ⇒ String
2223 2224 2225 2226 2227 |
# File 'lib/aws-sdk-states/types.rb', line 2223 class InvalidToken < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |