Class: Aws::States::Types::TaskTimedOut

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


4021
4022
4023
4024
4025
# File 'lib/aws-sdk-states/types.rb', line 4021

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