Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
StartLambdaFunctionFailedEventAttributes |
StartLambdaFunctionFailedEventAttributes.clone() |
StartLambdaFunctionFailedEventAttributes |
HistoryEvent.getStartLambdaFunctionFailedEventAttributes() |
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)
The error message (if any).
|
StartLambdaFunctionFailedEventAttributes |
StartLambdaFunctionFailedEventAttributes.withScheduledEventId(Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was
recorded when this AWS Lambda function was scheduled. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setStartLambdaFunctionFailedEventAttributes(StartLambdaFunctionFailedEventAttributes startLambdaFunctionFailedEventAttributes) |
HistoryEvent |
HistoryEvent.withStartLambdaFunctionFailedEventAttributes(StartLambdaFunctionFailedEventAttributes startLambdaFunctionFailedEventAttributes) |
Copyright © 2018. All rights reserved.