Values.GroupStatusDetailSourceProvides the details of a group's status.
type nonrec t = {status : GroupStatus.t option;The status of a group.
*)lastUpdatedAt : Timestamp.t option;The Unix timestamp when the Amazon Q Business application was last updated.
*)errorDetail : ErrorDetail.t option;The details of an error associated a group status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list
| `Timestamp of Timestamp.t ])
list ]