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

ShareError

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

Errors that occurred during the portfolio share operation.

interface ShareError {
Accounts?: string[] | null;
Error?: string | null;
Message?: string | null;
}

§Properties

§
Accounts?: string[] | null
[src]

List of accounts impacted by the error.

§
Error?: string | null
[src]

Error type that happened when processing the operation.

§
Message?: string | null
[src]

Information about the error.