class Aws::States::Types::SendTaskFailureInput

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

data as a hash:

    {
      task_token: "TaskToken", # required
      error: "SensitiveError",
      cause: "SensitiveCause",
    }

@!attribute [rw] task_token

The token that represents this task. Task tokens are generated by
Step Functions when tasks are assigned to a worker, or in the
[context object][1] when a workflow enters a task state. See
GetActivityTaskOutput$taskToken.

[1]: https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html
@return [String]

@!attribute [rw] error

The error code of the failure.
@return [String]

@!attribute [rw] cause

A more detailed explanation of the cause of the failure.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/SendTaskFailureInput AWS API Documentation

Constants

SENSITIVE