Values.GroupingStatusesItemSourceThe information about a grouping or ungrouping resource action.
type nonrec t = {resourceArn : ResourceArn.t option;The Amazon resource name (ARN) of a resource.
*)action : GroupingType.t option;Describes the resource grouping action with values of GROUP or UNGROUP.
*)status : GroupingStatus.t option;Describes the resource grouping status with values of SUCCESS, FAILED, IN_PROGRESS, or SKIPPED.
*)errorMessage : ErrorMessage.t option;A message that explains the ErrorCode.
*)errorCode : ErrorCode.t option;Specifies the error code that was raised.
*)updatedAt : Timestamp.t option;A timestamp of when the status was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceArn.t
| `Timestamp of Timestamp.t ])
list ]