amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LexV2Models.Types.FailedCustomVocabularyItem

Description

 
Synopsis

Documentation

data FailedCustomVocabularyItem Source #

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

See: newFailedCustomVocabularyItem smart constructor.

Constructors

FailedCustomVocabularyItem' 

Fields

  • errorCode :: Maybe ErrorCode

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

  • errorMessage :: Maybe Text

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

  • itemId :: Maybe Text

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

Instances

Instances details
FromJSON FailedCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.FailedCustomVocabularyItem

Generic FailedCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.FailedCustomVocabularyItem

Associated Types

type Rep FailedCustomVocabularyItem :: Type -> Type #

Read FailedCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.FailedCustomVocabularyItem

Show FailedCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.FailedCustomVocabularyItem

NFData FailedCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.FailedCustomVocabularyItem

Eq FailedCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.FailedCustomVocabularyItem

Hashable FailedCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.FailedCustomVocabularyItem

type Rep FailedCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.FailedCustomVocabularyItem

type Rep FailedCustomVocabularyItem = D1 ('MetaData "FailedCustomVocabularyItem" "Amazonka.LexV2Models.Types.FailedCustomVocabularyItem" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "FailedCustomVocabularyItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "itemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFailedCustomVocabularyItem :: FailedCustomVocabularyItem Source #

Create a value of FailedCustomVocabularyItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:FailedCustomVocabularyItem', failedCustomVocabularyItem_errorCode - The unique error code for the failed custom vocabulary item from the custom vocabulary list.

$sel:errorMessage:FailedCustomVocabularyItem', failedCustomVocabularyItem_errorMessage - The error message for the failed custom vocabulary item from the custom vocabulary list.

$sel:itemId:FailedCustomVocabularyItem', failedCustomVocabularyItem_itemId - The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.

failedCustomVocabularyItem_errorCode :: Lens' FailedCustomVocabularyItem (Maybe ErrorCode) Source #

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

failedCustomVocabularyItem_errorMessage :: Lens' FailedCustomVocabularyItem (Maybe Text) Source #

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

failedCustomVocabularyItem_itemId :: Lens' FailedCustomVocabularyItem (Maybe Text) Source #

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