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

ClientVpnAuthorizationRuleStatus

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

Describes the state of an authorization rule.

interface ClientVpnAuthorizationRuleStatus {
Message?: string | null;
}

§Properties

§

The state of the authorization rule.

§
Message?: string | null
[src]

A message about the status of the authorization rule, if applicable.