Values_0.FailedBatchAssociationSummarySourceContains information about a resource that failed to be associated with a workspace in a batch operation.
type nonrec t = {resourceArn : ARN.t option;The Amazon Resource Name (ARN) of the resource that failed to be associated.
*)errorCode : WorkspaceErrorCode.t option;The error code indicating why the association failed.
*)errorMessage : WorkspaceBatchErrorMessage.t option;An error message describing why the association failed.
*)}