Values.ServiceQuotaExceededExceptionSourceRequest would cause a service quota to be exceeded.
type nonrec t = {message : ExceptionMessage.t option;quotaCode : String_.t option;Originating quota code
*)resourceIdentifier : String_.t option;The identifier for the requested resource
*)resourceType : ResourceType.t option;The resource type
*)serviceCode : ServiceCode.t option;Originating service code
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ExceptionMessage.t ]) list ]