Class: Aws::LexModelsV2::Types::BatchDeleteCustomVocabularyItemResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::BatchDeleteCustomVocabularyItemResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the bot associated with this custom vocabulary.
 - 
  
    
      #bot_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the version of the bot associated with this custom vocabulary.
 - 
  
    
      #errors  ⇒ Array<Types::FailedCustomVocabularyItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of custom vocabulary items that failed to delete during the operation.
 - 
  
    
      #locale_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the language and locale where this custom vocabulary is used.
 - 
  
    
      #resources  ⇒ Array<Types::CustomVocabularyItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of custom vocabulary items that were successfully deleted during the operation.
 
Instance Attribute Details
#bot_id ⇒ String
The identifier of the bot associated with this custom vocabulary.
      1751 1752 1753 1754 1755 1756 1757 1758 1759  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1751 class BatchDeleteCustomVocabularyItemResponse < Struct.new( :bot_id, :bot_version, :locale_id, :errors, :resources) SENSITIVE = [] include Aws::Structure end  | 
  
#bot_version ⇒ String
The identifier of the version of the bot associated with this custom vocabulary.
      1751 1752 1753 1754 1755 1756 1757 1758 1759  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1751 class BatchDeleteCustomVocabularyItemResponse < Struct.new( :bot_id, :bot_version, :locale_id, :errors, :resources) SENSITIVE = [] include Aws::Structure end  | 
  
#errors ⇒ Array<Types::FailedCustomVocabularyItem>
A list of custom vocabulary items that failed to delete during the operation. The reason for the error is contained within each error object.
      1751 1752 1753 1754 1755 1756 1757 1758 1759  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1751 class BatchDeleteCustomVocabularyItemResponse < Struct.new( :bot_id, :bot_version, :locale_id, :errors, :resources) SENSITIVE = [] include Aws::Structure end  | 
  
#locale_id ⇒ String
The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported languages (docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
      1751 1752 1753 1754 1755 1756 1757 1758 1759  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1751 class BatchDeleteCustomVocabularyItemResponse < Struct.new( :bot_id, :bot_version, :locale_id, :errors, :resources) SENSITIVE = [] include Aws::Structure end  | 
  
#resources ⇒ Array<Types::CustomVocabularyItem>
A list of custom vocabulary items that were successfully deleted during the operation.
      1751 1752 1753 1754 1755 1756 1757 1758 1759  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1751 class BatchDeleteCustomVocabularyItemResponse < Struct.new( :bot_id, :bot_version, :locale_id, :errors, :resources) SENSITIVE = [] include Aws::Structure end  |