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