Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface RespondActivityTaskFailedInput

Hierarchy

Properties

details?: string

Detailed information about the failure.

reason?: string

Description of the error that may assist in diagnostics.

taskToken: undefined | string

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.