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

FailedCustomVocabularyItem

import type { FailedCustomVocabularyItem } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

The unique failed custom vocabulary item from the custom vocabulary list.

interface FailedCustomVocabularyItem {
errorCode?: ErrorCode | null;
errorMessage?: string | null;
itemId?: string | null;
}

§Properties

§
errorCode?: ErrorCode | null
[src]

The unique error code for the failed custom vocabulary item from the custom vocabulary list.

§
errorMessage?: string | null
[src]

The error message for the failed custom vocabulary item from the custom vocabulary list.

§
itemId?: string | null
[src]

The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.