Class: Aws::Kendra::Types::DisassociateEntitiesFromExperienceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DisassociateEntitiesFromExperienceResponse
- 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 remove access to 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 remove access to your Amazon Kendra experience.
4375 4376 4377 4378 4379 |
# File 'lib/aws-sdk-kendra/types.rb', line 4375 class DisassociateEntitiesFromExperienceResponse < Struct.new( :failed_entity_list) SENSITIVE = [] include Aws::Structure end |