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 |
Amazonka.StepFunctions.Types.ActivityScheduleFailedEventDetails
Description
Synopsis
- data ActivityScheduleFailedEventDetails = ActivityScheduleFailedEventDetails' {}
- newActivityScheduleFailedEventDetails :: ActivityScheduleFailedEventDetails
- activityScheduleFailedEventDetails_error :: Lens' ActivityScheduleFailedEventDetails (Maybe Text)
- activityScheduleFailedEventDetails_cause :: Lens' ActivityScheduleFailedEventDetails (Maybe Text)
Documentation
data ActivityScheduleFailedEventDetails Source #
Contains details about an activity schedule failure that occurred during an execution.
See: newActivityScheduleFailedEventDetails
smart constructor.
Constructors
ActivityScheduleFailedEventDetails' | |
Instances
newActivityScheduleFailedEventDetails :: ActivityScheduleFailedEventDetails Source #
Create a value of ActivityScheduleFailedEventDetails
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:ActivityScheduleFailedEventDetails'
, activityScheduleFailedEventDetails_error
- The error code of the failure.
$sel:cause:ActivityScheduleFailedEventDetails'
, activityScheduleFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
activityScheduleFailedEventDetails_error :: Lens' ActivityScheduleFailedEventDetails (Maybe Text) Source #
The error code of the failure.
activityScheduleFailedEventDetails_cause :: Lens' ActivityScheduleFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.