Values.MetricDataErrorSourceAn error corresponding to the unsuccessful processing of a single metric data query.
type nonrec t = {id : QueryIdentifier.t option;The query identifier.
*)code : QueryErrorCode.t option;The query error code. Can be one of: INTERNAL_FAILURE – Amazon SES has failed to process one of the queries. ACCESS_DENIED – You have insufficient access to retrieve metrics based on the given query.
*)message : QueryErrorMessage.t option;The error message associated with the current query error.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of QueryIdentifier.t ]) list ]