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

UnprocessedAccount

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

Provides information about an account-related request that hasn't been processed.

interface UnprocessedAccount {
accountId?: string | null;
errorCode?: ErrorCode | null;
errorMessage?: string | null;
}

§Properties

§
accountId?: string | null
[src]

The Amazon Web Services account ID for the account that the request applies to.

§
errorCode?: ErrorCode | null
[src]

The source of the issue or delay in processing the request.

§
errorMessage?: string | null
[src]

The reason why the request hasn't been processed.