Values.BatchCreateRumMetricDefinitionsErrorSourceA structure that defines one error caused by a BatchCreateRumMetricsDefinitions operation.
type nonrec t = {metricDefinition : MetricDefinitionRequest.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Map of
([> `String of DimensionKey.t ]
* [> `String of DimensionName.t ])
list
| `String of MetricName.t ])
list ])
list ]