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

FailedAccount

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

An object with details on why an account failed to enable Amazon Inspector.

interface FailedAccount {
accountId: string;
errorCode: ErrorCode;
errorMessage: string;
resourceStatus?: ResourceStatus | null;
status?: Status | null;
}

§Properties

§
accountId: string
[src]

The Amazon Web Services account ID.

§
errorCode: ErrorCode
[src]

The error code explaining why the account failed to enable Amazon Inspector.

§
errorMessage: string
[src]

The error message received when the account failed to enable Amazon Inspector.

§
resourceStatus?: ResourceStatus | null
[src]

An object detailing which resources Amazon Inspector is enabled to scan for the account.

§
status?: Status | null
[src]

The status of Amazon Inspector for the account.