Module Values.FailedEntitySource

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

Sourcetype nonrec t = {
  1. entityId : EntityId.t option;
    (*

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

    *)
  2. errorMessage : ErrorMessage.t option;
    (*

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

    *)
}
Sourceval make : ?entityId:??? -> ?errorMessage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EntityId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t