Values.ServiceQuotaExceededExceptionSourceThe service quota has been exceeded for this resource.
type nonrec t = {message : ExceptionMessage.t option;The container for the exception message.
*)resourceId : ResourceId.t option;The resourceId of the resource that caused the exception.
*)resourceType : ResourceType.t option;The resourceType of the resource that caused the exception.
*)serviceCode : ServiceCode.t option;The container for the serviceCode.
*)quotaCode : QuotaCode.t option;The container for the quotaCode.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ExceptionMessage.t ]) list ]