Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
MapRunFailedEventDetails |
MapRunFailedEventDetails.clone() |
MapRunFailedEventDetails |
HistoryEvent.getMapRunFailedEventDetails()
Contains error and cause details about a Map Run that failed.
|
MapRunFailedEventDetails |
MapRunFailedEventDetails.withCause(String cause)
A more detailed explanation of the cause of the failure.
|
MapRunFailedEventDetails |
MapRunFailedEventDetails.withError(String error)
The error code of the Map Run failure.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setMapRunFailedEventDetails(MapRunFailedEventDetails mapRunFailedEventDetails)
Contains error and cause details about a Map Run that failed.
|
HistoryEvent |
HistoryEvent.withMapRunFailedEventDetails(MapRunFailedEventDetails mapRunFailedEventDetails)
Contains error and cause details about a Map Run that failed.
|
Copyright © 2024. All rights reserved.