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/detective.ts?docs=full";

A member account that was included in a request but for which the request could not be processed.

interface UnprocessedAccount {
AccountId?: string | null;
Reason?: string | null;
}

§Properties

§
AccountId?: string | null
[src]

The Amazon Web Services account identifier of the member account that was not processed.

§
Reason?: string | null
[src]

The reason that the member account request could not be processed.