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