Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionStartFailedEventDetails |
LambdaFunctionStartFailedEventDetails.clone() |
LambdaFunctionStartFailedEventDetails |
HistoryEvent.getLambdaFunctionStartFailedEventDetails()
Contains details about a lambda function that failed to start during an execution.
|
LambdaFunctionStartFailedEventDetails |
LambdaFunctionStartFailedEventDetails.withCause(String cause)
A more detailed explanation of the cause of the failure.
|
LambdaFunctionStartFailedEventDetails |
LambdaFunctionStartFailedEventDetails.withError(String error)
The error code of the failure.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setLambdaFunctionStartFailedEventDetails(LambdaFunctionStartFailedEventDetails lambdaFunctionStartFailedEventDetails)
Contains details about a lambda function that failed to start during an execution.
|
HistoryEvent |
HistoryEvent.withLambdaFunctionStartFailedEventDetails(LambdaFunctionStartFailedEventDetails lambdaFunctionStartFailedEventDetails)
Contains details about a lambda function that failed to start during an execution.
|
Copyright © 2024. All rights reserved.