Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
TaskStartFailedEventDetails |
TaskStartFailedEventDetails.clone() |
TaskStartFailedEventDetails |
HistoryEvent.getTaskStartFailedEventDetails()
Contains details about a task that failed to start.
|
TaskStartFailedEventDetails |
TaskStartFailedEventDetails.withCause(String cause)
A more detailed explanation of the cause of the failure.
|
TaskStartFailedEventDetails |
TaskStartFailedEventDetails.withError(String error)
The error code of the failure.
|
TaskStartFailedEventDetails |
TaskStartFailedEventDetails.withResource(String resource)
The action of the resource called by a task state.
|
TaskStartFailedEventDetails |
TaskStartFailedEventDetails.withResourceType(String resourceType)
The service name of the resource in a task state.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setTaskStartFailedEventDetails(TaskStartFailedEventDetails taskStartFailedEventDetails)
Contains details about a task that failed to start.
|
HistoryEvent |
HistoryEvent.withTaskStartFailedEventDetails(TaskStartFailedEventDetails taskStartFailedEventDetails)
Contains details about a task that failed to start.
|
Copyright © 2024. All rights reserved.