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
Documentation
data ExecutionFailedEventDetails Source #
Contains details about an execution failure event.
See: newExecutionFailedEventDetails
smart constructor.
Instances
newExecutionFailedEventDetails :: ExecutionFailedEventDetails Source #
Create a value of ExecutionFailedEventDetails
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:ExecutionFailedEventDetails'
, executionFailedEventDetails_error
- The error code of the failure.
$sel:cause:ExecutionFailedEventDetails'
, executionFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
executionFailedEventDetails_error :: Lens' ExecutionFailedEventDetails (Maybe Text) Source #
The error code of the failure.
executionFailedEventDetails_cause :: Lens' ExecutionFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.