Class: Aws::Kendra::Types::AssociateEntitiesToExperienceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::AssociateEntitiesToExperienceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_entity_list ⇒ Array<Types::FailedEntity>
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
Instance Attribute Details
#failed_entity_list ⇒ Array<Types::FailedEntity>
Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.
295 296 297 298 299 |
# File 'lib/aws-sdk-kendra/types.rb', line 295 class AssociateEntitiesToExperienceResponse < Struct.new( :failed_entity_list) SENSITIVE = [] include Aws::Structure end |