Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
TaskTimedOutEventDetails |
TaskTimedOutEventDetails.clone() |
TaskTimedOutEventDetails |
HistoryEvent.getTaskTimedOutEventDetails()
Contains details about a task that timed out.
|
TaskTimedOutEventDetails |
TaskTimedOutEventDetails.withCause(String cause)
A more detailed explanation of the cause of the failure.
|
TaskTimedOutEventDetails |
TaskTimedOutEventDetails.withError(String error)
The error code of the failure.
|
TaskTimedOutEventDetails |
TaskTimedOutEventDetails.withResource(String resource)
The action of the resource called by a task state.
|
TaskTimedOutEventDetails |
TaskTimedOutEventDetails.withResourceType(String resourceType)
The service name of the resource in a task state.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setTaskTimedOutEventDetails(TaskTimedOutEventDetails taskTimedOutEventDetails)
Contains details about a task that timed out.
|
HistoryEvent |
HistoryEvent.withTaskTimedOutEventDetails(TaskTimedOutEventDetails taskTimedOutEventDetails)
Contains details about a task that timed out.
|
Copyright © 2024. All rights reserved.