Module: Aws::LexModelsV2::Client::_DeleteCustomVocabularyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteCustomVocabularyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #custom_vocabulary_status ⇒ "Ready", ...
- #locale_id ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
645 |
# File 'sig/client.rbs', line 645
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
646 |
# File 'sig/client.rbs', line 646
def bot_version: () -> ::String
|
#custom_vocabulary_status ⇒ "Ready", ...
648 |
# File 'sig/client.rbs', line 648
def custom_vocabulary_status: () -> ("Ready" | "Deleting" | "Exporting" | "Importing" | "Creating")
|
#locale_id ⇒ ::String
647 |
# File 'sig/client.rbs', line 647
def locale_id: () -> ::String
|