Values.ServiceQuotaExceededExceptionSourceThe requested operation would exceed the allowed quota for the specified resource type.
type nonrec t = {message : String_.t option;resourceId : String_.t option;The identifier of the resource which exceeds the service quota.
*)resourceType : String_.t option;The type of the resource which exceeds the service quota.
*)serviceCode : String_.t option;The code for the service of the exceeded quota.
*)quotaCode : String_.t option;The code for the exceeded service quota.
*)amznErrorType : String_.t option;The name of the exception.
*)}