| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.FailedCustomVocabularyItem
Description
Synopsis
- data FailedCustomVocabularyItem = FailedCustomVocabularyItem' {}
- newFailedCustomVocabularyItem :: FailedCustomVocabularyItem
- failedCustomVocabularyItem_errorCode :: Lens' FailedCustomVocabularyItem (Maybe ErrorCode)
- failedCustomVocabularyItem_errorMessage :: Lens' FailedCustomVocabularyItem (Maybe Text)
- failedCustomVocabularyItem_itemId :: Lens' FailedCustomVocabularyItem (Maybe Text)
Documentation
data FailedCustomVocabularyItem Source #
The unique failed custom vocabulary item from the custom vocabulary list.
See: newFailedCustomVocabularyItem smart constructor.
Constructors
| FailedCustomVocabularyItem' | |
Fields
| |
Instances
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.