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