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 |
Documentation
data ActivityFailedEventDetails Source #
Contains details about an activity that failed during an execution.
See: newActivityFailedEventDetails
smart constructor.
Instances
newActivityFailedEventDetails :: ActivityFailedEventDetails Source #
Create a value of ActivityFailedEventDetails
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:ActivityFailedEventDetails'
, activityFailedEventDetails_error
- The error code of the failure.
$sel:cause:ActivityFailedEventDetails'
, activityFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
activityFailedEventDetails_error :: Lens' ActivityFailedEventDetails (Maybe Text) Source #
The error code of the failure.
activityFailedEventDetails_cause :: Lens' ActivityFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.