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 |
Synopsis
- data LambdaFunctionStartFailedEventDetails = LambdaFunctionStartFailedEventDetails' {}
- newLambdaFunctionStartFailedEventDetails :: LambdaFunctionStartFailedEventDetails
- lambdaFunctionStartFailedEventDetails_error :: Lens' LambdaFunctionStartFailedEventDetails (Maybe Text)
- lambdaFunctionStartFailedEventDetails_cause :: 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.
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:error:LambdaFunctionStartFailedEventDetails'
, lambdaFunctionStartFailedEventDetails_error
- The error code of the failure.
$sel:cause:LambdaFunctionStartFailedEventDetails'
, lambdaFunctionStartFailedEventDetails_cause
- A more detailed explanation of the cause of the failure.
lambdaFunctionStartFailedEventDetails_error :: Lens' LambdaFunctionStartFailedEventDetails (Maybe Text) Source #
The error code of the failure.
lambdaFunctionStartFailedEventDetails_cause :: Lens' LambdaFunctionStartFailedEventDetails (Maybe Text) Source #
A more detailed explanation of the cause of the failure.