amazonka-kendra-2.0: Amazon KendraFrontendService SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Kendra.Types.FailedEntity

Description

 
Synopsis

Documentation

data FailedEntity Source #

Information on the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.

See: newFailedEntity smart constructor.

Constructors

FailedEntity' 

Fields

  • entityId :: Maybe Text

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

  • errorMessage :: Maybe Text

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

Instances

Instances details
FromJSON FailedEntity Source # 
Instance details

Defined in Amazonka.Kendra.Types.FailedEntity

Generic FailedEntity Source # 
Instance details

Defined in Amazonka.Kendra.Types.FailedEntity

Associated Types

type Rep FailedEntity :: Type -> Type #

Read FailedEntity Source # 
Instance details

Defined in Amazonka.Kendra.Types.FailedEntity

Show FailedEntity Source # 
Instance details

Defined in Amazonka.Kendra.Types.FailedEntity

NFData FailedEntity Source # 
Instance details

Defined in Amazonka.Kendra.Types.FailedEntity

Methods

rnf :: FailedEntity -> () #

Eq FailedEntity Source # 
Instance details

Defined in Amazonka.Kendra.Types.FailedEntity

Hashable FailedEntity Source # 
Instance details

Defined in Amazonka.Kendra.Types.FailedEntity

type Rep FailedEntity Source # 
Instance details

Defined in Amazonka.Kendra.Types.FailedEntity

type Rep FailedEntity = D1 ('MetaData "FailedEntity" "Amazonka.Kendra.Types.FailedEntity" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "FailedEntity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFailedEntity :: FailedEntity Source #

Create a value of FailedEntity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:entityId:FailedEntity', failedEntity_entityId - The identifier of the user or group in your IAM Identity Center identity source. For example, a user ID could be an email.

$sel:errorMessage:FailedEntity', failedEntity_errorMessage - The reason the user or group in your IAM Identity Center identity source failed to properly configure with your Amazon Kendra experience.

failedEntity_entityId :: Lens' FailedEntity (Maybe Text) Source #

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

failedEntity_errorMessage :: Lens' FailedEntity (Maybe Text) Source #

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