Class: Aws::SWF::Types::RespondActivityTaskFailedInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsString

Detailed information about the failure.

Returns:

  • (String)


4142
4143
4144
4145
4146
4147
4148
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 4142

class RespondActivityTaskFailedInput < Struct.new(
  :task_token,
  :reason,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

Description of the error that may assist in diagnostics.

Returns:

  • (String)


4142
4143
4144
4145
4146
4147
4148
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 4142

class RespondActivityTaskFailedInput < Struct.new(
  :task_token,
  :reason,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#task_tokenString

The taskToken of the ActivityTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

Returns:

  • (String)


4142
4143
4144
4145
4146
4147
4148
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 4142

class RespondActivityTaskFailedInput < Struct.new(
  :task_token,
  :reason,
  :details)
  SENSITIVE = []
  include Aws::Structure
end