| 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.SecurityHub.Types.AwsLambdaFunctionEnvironmentError
Description
Synopsis
- data AwsLambdaFunctionEnvironmentError = AwsLambdaFunctionEnvironmentError' {}
- newAwsLambdaFunctionEnvironmentError :: AwsLambdaFunctionEnvironmentError
- awsLambdaFunctionEnvironmentError_errorCode :: Lens' AwsLambdaFunctionEnvironmentError (Maybe Text)
- awsLambdaFunctionEnvironmentError_message :: Lens' AwsLambdaFunctionEnvironmentError (Maybe Text)
Documentation
data AwsLambdaFunctionEnvironmentError Source #
Error messages for environment variables that could not be applied.
See: newAwsLambdaFunctionEnvironmentError smart constructor.
Constructors
| AwsLambdaFunctionEnvironmentError' | |
Instances
newAwsLambdaFunctionEnvironmentError :: AwsLambdaFunctionEnvironmentError Source #
Create a value of AwsLambdaFunctionEnvironmentError 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:errorCode:AwsLambdaFunctionEnvironmentError', awsLambdaFunctionEnvironmentError_errorCode - The error code.
$sel:message:AwsLambdaFunctionEnvironmentError', awsLambdaFunctionEnvironmentError_message - The error message.
awsLambdaFunctionEnvironmentError_errorCode :: Lens' AwsLambdaFunctionEnvironmentError (Maybe Text) Source #
The error code.
awsLambdaFunctionEnvironmentError_message :: Lens' AwsLambdaFunctionEnvironmentError (Maybe Text) Source #
The error message.