| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
TaskFailedEventDetails | 
TaskFailedEventDetails.clone()  | 
TaskFailedEventDetails | 
HistoryEvent.getTaskFailedEventDetails()
 Contains details about the failure of a task. 
 | 
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 resource in a task state. 
 | 
TaskFailedEventDetails | 
TaskFailedEventDetails.withResourceType(String resourceType)
 The action of the resource called by a task state. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HistoryEvent.setTaskFailedEventDetails(TaskFailedEventDetails taskFailedEventDetails)
 Contains details about the failure of a task. 
 | 
HistoryEvent | 
HistoryEvent.withTaskFailedEventDetails(TaskFailedEventDetails taskFailedEventDetails)
 Contains details about the failure of a task. 
 | 
Copyright © 2020. All rights reserved.