Class: Aws::Kendra::Types::BatchPutDocumentResponseFailedDocument
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Kendra::Types::BatchPutDocumentResponseFailedDocument
 
 
- Defined in:
 - gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
 
Overview
Provides information about a document that could not be indexed.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_source_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the data source connector that the failed document belongs to.
 - 
  
    
      #error_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of error that caused the document to fail to be indexed.
 - 
  
    
      #error_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the reason why the document could not be indexed.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the document.
 
Instance Attribute Details
#data_source_id ⇒ String
The identifier of the data source connector that the failed document belongs to.
      972 973 974 975 976 977 978 979  | 
    
      # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 972 class BatchPutDocumentResponseFailedDocument < Struct.new( :id, :data_source_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end  | 
  
#error_code ⇒ String
The type of error that caused the document to fail to be indexed.
      972 973 974 975 976 977 978 979  | 
    
      # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 972 class BatchPutDocumentResponseFailedDocument < Struct.new( :id, :data_source_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end  | 
  
#error_message ⇒ String
A description of the reason why the document could not be indexed.
      972 973 974 975 976 977 978 979  | 
    
      # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 972 class BatchPutDocumentResponseFailedDocument < Struct.new( :id, :data_source_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The identifier of the document.
      972 973 974 975 976 977 978 979  | 
    
      # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 972 class BatchPutDocumentResponseFailedDocument < Struct.new( :id, :data_source_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end  |