| 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.LambdaFunctionScheduleFailedEventDetails
Description
Synopsis
- data LambdaFunctionScheduleFailedEventDetails = LambdaFunctionScheduleFailedEventDetails' {}
- newLambdaFunctionScheduleFailedEventDetails :: LambdaFunctionScheduleFailedEventDetails
- lambdaFunctionScheduleFailedEventDetails_cause :: Lens' LambdaFunctionScheduleFailedEventDetails (Maybe Text)
- lambdaFunctionScheduleFailedEventDetails_error :: Lens' LambdaFunctionScheduleFailedEventDetails (Maybe Text)
Documentation
data LambdaFunctionScheduleFailedEventDetails Source #
Contains details about a failed Lambda function schedule event that occurred during an execution.
See: newLambdaFunctionScheduleFailedEventDetails smart constructor.
Constructors
| LambdaFunctionScheduleFailedEventDetails' | |
Instances
newLambdaFunctionScheduleFailedEventDetails :: LambdaFunctionScheduleFailedEventDetails Source #
Create a value of LambdaFunctionScheduleFailedEventDetails 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:LambdaFunctionScheduleFailedEventDetails', lambdaFunctionScheduleFailedEventDetails_cause - A more detailed explanation of the cause of the failure.
$sel:error:LambdaFunctionScheduleFailedEventDetails', lambdaFunctionScheduleFailedEventDetails_error - The error code of the failure.
lambdaFunctionScheduleFailedEventDetails_cause :: Lens' LambdaFunctionScheduleFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.
lambdaFunctionScheduleFailedEventDetails_error :: Lens' LambdaFunctionScheduleFailedEventDetails (Maybe Text) Source #
The error code of the failure.