Class: Aws::States::Types::TaskTimedOut
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::TaskTimedOut
- Defined in:
- gems/aws-sdk-states/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
4328 4329 4330 4331 4332 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4328 class TaskTimedOut < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |