| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.StepFunctions.Types.ExecutionAbortedEventDetails
Description
Synopsis
- data ExecutionAbortedEventDetails = ExecutionAbortedEventDetails' {}
- newExecutionAbortedEventDetails :: ExecutionAbortedEventDetails
- executionAbortedEventDetails_cause :: Lens' ExecutionAbortedEventDetails (Maybe Text)
- executionAbortedEventDetails_error :: Lens' ExecutionAbortedEventDetails (Maybe Text)
Documentation
data ExecutionAbortedEventDetails Source #
Contains details about an abort of an execution.
See: newExecutionAbortedEventDetails smart constructor.
Constructors
| ExecutionAbortedEventDetails' | |
Instances
newExecutionAbortedEventDetails :: ExecutionAbortedEventDetails Source #
Create a value of ExecutionAbortedEventDetails with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:cause:ExecutionAbortedEventDetails', executionAbortedEventDetails_cause - A more detailed explanation of the cause of the failure.
$sel:error:ExecutionAbortedEventDetails', executionAbortedEventDetails_error - The error code of the failure.
executionAbortedEventDetails_cause :: Lens' ExecutionAbortedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
executionAbortedEventDetails_error :: Lens' ExecutionAbortedEventDetails (Maybe Text) Source #
The error code of the failure.