Values.ServiceQuotaExceededExceptionSourceThe request would cause a service quota for the number of tags per resource to be exceeded.
type nonrec t = {message : ErrorMessage.t option;reason : ServiceQuotaExceededExceptionReason.t option;The reason for the exception.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]