Values.BatchDeleteRumMetricDefinitionsErrorSourceA structure that defines one error caused by a BatchCreateRumMetricsDefinitions operation.
type nonrec t = {metricDefinitionId : MetricDefinitionId.t option;The ID of the metric definition that caused this error.
*)errorCode : String_.t option;The error code.
*)errorMessage : String_.t option;The error message for this metric definition.
*)}