Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ExecutionAbortedEventDetails = ExecutionAbortedEventDetails' {}
- newExecutionAbortedEventDetails :: ExecutionAbortedEventDetails
- executionAbortedEventDetails_error :: Lens' ExecutionAbortedEventDetails (Maybe Text)
- executionAbortedEventDetails_cause :: Lens' ExecutionAbortedEventDetails (Maybe Text)
Documentation
data ExecutionAbortedEventDetails Source #
Contains details about an abort of an execution.
See: newExecutionAbortedEventDetails
smart constructor.
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:error:ExecutionAbortedEventDetails'
, executionAbortedEventDetails_error
- The error code of the failure.
$sel:cause:ExecutionAbortedEventDetails'
, executionAbortedEventDetails_cause
- A more detailed explanation of the cause of the failure.
executionAbortedEventDetails_error :: Lens' ExecutionAbortedEventDetails (Maybe Text) Source #
The error code of the failure.
executionAbortedEventDetails_cause :: Lens' ExecutionAbortedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.