Class: Aws::States::Types::TaskTimedOut
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::TaskTimedOut
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
The task token has either expired or the task associated with the token has already been closed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4225 4226 4227 4228 4229 |
# File 'lib/aws-sdk-states/types.rb', line 4225 class TaskTimedOut < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |