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