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

BatchCreateChannelMembershipError

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

A list of failed member ARNs, error codes, and error messages.

interface BatchCreateChannelMembershipError {
ErrorCode?: ErrorCode | null;
ErrorMessage?: string | null;
MemberArn?: string | null;
}

§Properties

§
ErrorCode?: ErrorCode | null
[src]

The error code.

§
ErrorMessage?: string | null
[src]

The error message.

§
MemberArn?: string | null
[src]

The AppInstanceUserArn of the member that the service couldn't add.