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

VpcEndpointError

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

Error information when attempting to describe an Amazon OpenSearch Service-managed VPC endpoint.

interface VpcEndpointError {
ErrorCode?: VpcEndpointErrorCode | null;
ErrorMessage?: string | null;
VpcEndpointId?: string | null;
}

§Properties

§
ErrorCode?: VpcEndpointErrorCode | null
[src]

The code associated with the error.

§
ErrorMessage?: string | null
[src]

A message describing the error.

§
VpcEndpointId?: string | null
[src]

The unique identifier of the endpoint.