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

IpamPoolCidrFailureReason

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

Details related to why an IPAM pool CIDR failed to be provisioned.

interface IpamPoolCidrFailureReason {
Message?: string | null;
}

§Properties

§

An error code related to why an IPAM pool CIDR failed to be provisioned.

§
Message?: string | null
[src]

A message related to why an IPAM pool CIDR failed to be provisioned.