| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
| |
Instances
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.