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

ResourceError

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

Defines application resource errors.

interface ResourceError {
logicalResourceId?: string | null;
physicalResourceId?: string | null;
reason?: string | null;
}

§Properties

§
logicalResourceId?: string | null
[src]

This is the identifier of the resource.

§
physicalResourceId?: string | null
[src]

This is the identifier of the physical resource.

§
reason?: string | null
[src]

This is the error message.