Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

lexmodelbuildingservice_delete_bot_alias

Deletes an alias for the specified bot


Description

Deletes an alias for the specified bot.

You can't delete an alias that is used in the association between a bot and a messaging channel. If an alias is used in a channel association, the delete_bot operation returns a ResourceInUseException exception that includes a reference to the channel association that refers to the bot. You can remove the reference to the alias by deleting the channel association. If you get the same exception again, delete the referring association until the delete_bot_alias operation is successful.

Usage

lexmodelbuildingservice_delete_bot_alias(name, botName)

Arguments

name

[required] The name of the alias to delete. The name is case sensitive.

botName

[required] The name of the bot that the alias points to.

Value

An empty list.

Request syntax

svc$delete_bot_alias(
  name = "string",
  botName = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.