Class: Aws::LexModelsV2::Types::DeleteBotResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The unique identifier of the bot that Amazon Lex is deleting.

Returns:

  • (String)


5091
5092
5093
5094
5095
5096
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5091

class DeleteBotResponse < Struct.new(
  :bot_id,
  :bot_status)
  SENSITIVE = []
  include Aws::Structure
end

#bot_statusString

The current status of the bot. The status is Deleting while the bot and its associated resources are being deleted.

Returns:

  • (String)


5091
5092
5093
5094
5095
5096
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5091

class DeleteBotResponse < Struct.new(
  :bot_id,
  :bot_status)
  SENSITIVE = []
  include Aws::Structure
end