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

VpcEndpointErrorCode

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

Specifies the error code of the failure encountered while describing the VPC endpoint:

  • ENDPOINT_NOT_FOUND: Indicates that the requested VPC endpoint does not exist.
  • SERVER_ERROR: Indicates the describe endpoint operation failed due to an internal server error.
type VpcEndpointErrorCode = "ENDPOINT_NOT_FOUND" | "SERVER_ERROR" | cmnP.UnexpectedEnumValue;

§Type

§
"ENDPOINT_NOT_FOUND" | "SERVER_ERROR" | cmnP.UnexpectedEnumValue
[src]