Class: Aws::Kendra::Types::AssociatePersonasToEntitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::AssociatePersonasToEntitiesResponse
- Defined in:
- gems/aws-sdk-kendra/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.
338 339 340 341 342 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 338 class AssociatePersonasToEntitiesResponse < Struct.new( :failed_entity_list) SENSITIVE = [] include Aws::Structure end |