Class: Aws::Kendra::Types::FailedEntity
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Kendra::Types::FailedEntity
 
 
- Defined in:
 - gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
 
Overview
Information on the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #entity_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the user or group in your IAM Identity Center identity source.
 - 
  
    
      #error_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason the user or group in your IAM Identity Center identity source failed to properly configure with your Amazon Kendra experience.
 
Instance Attribute Details
#entity_id ⇒ String
The identifier of the user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
      5241 5242 5243 5244 5245 5246  | 
    
      # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5241 class FailedEntity < Struct.new( :entity_id, :error_message) SENSITIVE = [] include Aws::Structure end  | 
  
#error_message ⇒ String
The reason the user or group in your IAM Identity Center identity source failed to properly configure with your Amazon Kendra experience.
      5241 5242 5243 5244 5245 5246  | 
    
      # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5241 class FailedEntity < Struct.new( :entity_id, :error_message) SENSITIVE = [] include Aws::Structure end  |