Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
TaskFailedEventDetails |
TaskFailedEventDetails.clone() |
TaskFailedEventDetails |
HistoryEvent.getTaskFailedEventDetails() |
TaskFailedEventDetails |
TaskFailedEventDetails.withCause(String cause)
A more detailed explanation of the cause of the failure.
|
TaskFailedEventDetails |
TaskFailedEventDetails.withError(String error)
The error code of the failure.
|
TaskFailedEventDetails |
TaskFailedEventDetails.withResource(String resource)
The service name of the connected service in a task state.
|
TaskFailedEventDetails |
TaskFailedEventDetails.withResourceType(String resourceType)
The action of the connected service called by a task state.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setTaskFailedEventDetails(TaskFailedEventDetails taskFailedEventDetails) |
HistoryEvent |
HistoryEvent.withTaskFailedEventDetails(TaskFailedEventDetails taskFailedEventDetails) |
Copyright © 2018. All rights reserved.