Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsLambdaFunctionEnvironmentError

import type { AwsLambdaFunctionEnvironmentError } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Error messages for environment variables that could not be applied.

interface AwsLambdaFunctionEnvironmentError {
ErrorCode?: string | null;
Message?: string | null;
}

§Properties

§
ErrorCode?: string | null
[src]

The error code.

§
Message?: string | null
[src]

The error message.