Class: Aws::Kendra::Types::DisassociatePersonasFromEntitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DisassociatePersonasFromEntitiesResponse
- 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.
4412 4413 4414 4415 4416 |
# File 'lib/aws-sdk-kendra/types.rb', line 4412 class DisassociatePersonasFromEntitiesResponse < Struct.new( :failed_entity_list) SENSITIVE = [] include Aws::Structure end |