Module: Aws::LexModelsV2::Client::_DeleteBotAliasResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteBotAliasResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#bot_alias_id ⇒ ::String
575 |
# File 'sig/client.rbs', line 575
def bot_alias_id: () -> ::String
|
#bot_alias_status ⇒ "Creating", ...
577 |
# File 'sig/client.rbs', line 577
def bot_alias_status: () -> ("Creating" | "Available" | "Deleting" | "Failed")
|
#bot_id ⇒ ::String
576 |
# File 'sig/client.rbs', line 576
def bot_id: () -> ::String
|