Module: Aws::LexModelsV2::Client::_DeleteBotVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteBotVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#bot_id ⇒ ::String
627 |
# File 'sig/client.rbs', line 627
def bot_id: () -> ::String
|
#bot_status ⇒ "Creating", ...
629 |
# File 'sig/client.rbs', line 629
def bot_status: () -> ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
#bot_version ⇒ ::String
628 |
# File 'sig/client.rbs', line 628
def bot_version: () -> ::String
|