class Aws::SWF::Types::RespondActivityTaskFailedInput

@note When making an API call, you may pass RespondActivityTaskFailedInput

data as a hash:

    {
      task_token: "TaskToken", # required
      reason: "FailureReason",
      details: "Data",
    }

@!attribute [rw] task_token

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.
@return [String]

@!attribute [rw] reason

Description of the error that may assist in diagnostics.
@return [String]

@!attribute [rw] details

Detailed information about the failure.
@return [String]

Constants

SENSITIVE