NAME
Paws::LexModelsV2::DeleteBotAliasResponse
ATTRIBUTES
BotAliasId => Str
The unique identifier of the bot alias to delete.
BotAliasStatus => Str
The current status of the alias. The status is Deleting
while the alias is in the process of being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the ListBotAliases
operation.
Valid values are: "Creating"
, "Available"
, "Deleting"
, "Failed"
=head2 BotId => Str
The unique identifier of the bot that contains the alias to delete.