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
641 |
# File 'sig/client.rbs', line 641
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
642 |
# File 'sig/client.rbs', line 642
def bot_version: () -> ::String
|
#custom_vocabulary_status ⇒ "Ready", ...
644 |
# File 'sig/client.rbs', line 644
def custom_vocabulary_status: () -> ("Ready" | "Deleting" | "Exporting" | "Importing" | "Creating")
|
#locale_id ⇒ ::String
643 |
# File 'sig/client.rbs', line 643
def locale_id: () -> ::String
|