Class: Aws::Kendra::Types::FailedEntity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/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

Instance Attribute Details

#entity_idString

The identifier of the user or group in your IAM Identity Center identity source. For example, a user ID could be an email.

Returns:

  • (String)


5207
5208
5209
5210
5211
5212
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5207

class FailedEntity < Struct.new(
  :entity_id,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The reason the user or group in your IAM Identity Center identity source failed to properly configure with your Amazon Kendra experience.

Returns:

  • (String)


5207
5208
5209
5210
5211
5212
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5207

class FailedEntity < Struct.new(
  :entity_id,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end