Class: Aws::Kendra::Types::FailedEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::FailedEntity
- Includes:
- Structure
- Defined in:
- 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.
5207 5208 5209 5210 5211 5212 |
# File 'lib/aws-sdk-kendra/types.rb', line 5207 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.
5207 5208 5209 5210 5211 5212 |
# File 'lib/aws-sdk-kendra/types.rb', line 5207 class FailedEntity < Struct.new( :entity_id, :error_message) SENSITIVE = [] include Aws::Structure end |