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

CreateAttendeeError

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

The list of errors returned when errors are encountered during the BatchCreateAttendee and CreateAttendee actions. This includes external user IDs, error codes, and error messages.

interface CreateAttendeeError {
ErrorCode?: string | null;
ErrorMessage?: string | null;
ExternalUserId?: string | null;
}

§Properties

§
ErrorCode?: string | null
[src]

The error code.

§
ErrorMessage?: string | null
[src]

The error message.

§
ExternalUserId?: string | null
[src]

The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.