Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
StartLambdaFunctionFailedEventAttributes |
StartLambdaFunctionFailedEventAttributes.clone() |
StartLambdaFunctionFailedEventAttributes |
HistoryEvent.getStartLambdaFunctionFailedEventAttributes()
Provides the details of the
StartLambdaFunctionFailed event. |
StartLambdaFunctionFailedEventAttributes |
StartLambdaFunctionFailedEventAttributes.withCause(StartLambdaFunctionFailedCause cause)
The cause of the failure.
|
StartLambdaFunctionFailedEventAttributes |
StartLambdaFunctionFailedEventAttributes.withCause(String cause)
The cause of the failure.
|
StartLambdaFunctionFailedEventAttributes |
StartLambdaFunctionFailedEventAttributes.withMessage(String message)
A description that can help diagnose the cause of the fault.
|
StartLambdaFunctionFailedEventAttributes |
StartLambdaFunctionFailedEventAttributes.withScheduledEventId(Long scheduledEventId)
The ID of the
ActivityTaskScheduled event that was recorded when this activity task was scheduled. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setStartLambdaFunctionFailedEventAttributes(StartLambdaFunctionFailedEventAttributes startLambdaFunctionFailedEventAttributes)
Provides the details of the
StartLambdaFunctionFailed event. |
HistoryEvent |
HistoryEvent.withStartLambdaFunctionFailedEventAttributes(StartLambdaFunctionFailedEventAttributes startLambdaFunctionFailedEventAttributes)
Provides the details of the
StartLambdaFunctionFailed event. |
Copyright © 2021. All rights reserved.