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

DeclineInvitationsResponse

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

§Properties

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

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