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

FailedEntity

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

Information on the users or groups in your Amazon Web Services SSO identity source that failed to properly configure with your Amazon Kendra experience.

interface FailedEntity {
EntityId?: string | null;
ErrorMessage?: string | null;
}

§Properties

§
EntityId?: string | null
[src]

The identifier of the user or group in your Amazon Web Services SSO identity source. For example, a user ID could be an email.

§
ErrorMessage?: string | null
[src]

The reason the user or group in your Amazon Web Services SSO identity source failed to properly configure with your Amazon Kendra experience.