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
579 |
# File 'sig/client.rbs', line 579
def bot_alias_id: () -> ::String
|
#bot_alias_status ⇒ "Creating", ...
581 |
# File 'sig/client.rbs', line 581
def bot_alias_status: () -> ("Creating" | "Available" | "Deleting" | "Failed")
|
#bot_id ⇒ ::String
580 |
# File 'sig/client.rbs', line 580
def bot_id: () -> ::String
|