Class: Aws::LexModelsV2::Types::DeleteBotResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::DeleteBotResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the bot that Amazon Lex is deleting.
 - 
  
    
      #bot_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the bot.
 
Instance Attribute Details
#bot_id ⇒ String
The unique identifier of the bot that Amazon Lex is deleting.
      5164 5165 5166 5167 5168 5169  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5164 class DeleteBotResponse < Struct.new( :bot_id, :bot_status) SENSITIVE = [] include Aws::Structure end  | 
  
#bot_status ⇒ String
The current status of the bot. The status is ‘Deleting` while the bot and its associated resources are being deleted.
      5164 5165 5166 5167 5168 5169  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5164 class DeleteBotResponse < Struct.new( :bot_id, :bot_status) SENSITIVE = [] include Aws::Structure end  |