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

CreateInvitationsResponse

import type { CreateInvitationsResponse } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface CreateInvitationsResponse {
unprocessedAccounts?: UnprocessedAccount[] | null;
}

§Properties

§
unprocessedAccounts?: UnprocessedAccount[] | null
[src]

An array of objects, one for each account whose invitation hasn't been processed. Each object identifies the account and explains why the invitation hasn't been processed for the account.