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)


3170
3171
3172
3173
3174
3175
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3170

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)


3170
3171
3172
3173
3174
3175
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3170

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