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

VpcPeeringConnectionStateReason

import type { VpcPeeringConnectionStateReason } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes the status of a VPC peering connection.

interface VpcPeeringConnectionStateReason {
Message?: string | null;
}

§Properties

§

The status of the VPC peering connection.

§
Message?: string | null
[src]

A message that provides more information about the status, if applicable.