class Aws::LexModelsV2::Types::DeleteBotVersionRequest

@note When making an API call, you may pass DeleteBotVersionRequest

data as a hash:

    {
      bot_id: "Id", # required
      bot_version: "NumericalBotVersion", # required
      skip_resource_in_use_check: false,
    }

@!attribute [rw] bot_id

The identifier of the bot that contains the version.
@return [String]

@!attribute [rw] bot_version

The version of the bot to delete.
@return [String]

@!attribute [rw] skip_resource_in_use_check

By default, the `DeleteBotVersion` operations throws a
`ResourceInUseException` exception if you try to delete a bot
version that has an alias pointing at it. Set the
`skipResourceInUseCheck` parameter to `true` to skip this check and
remove the version even if an alias points to it.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/DeleteBotVersionRequest AWS API Documentation

Constants

SENSITIVE