Values.ServiceQuotaExceededExceptionSourceYou exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
type nonrec t = {message : String_.t option;reason : ServiceQuotaExceededExceptionReason.t option;A string that describes the reason the quota was exceeded.
*)resourceType : String_.t option;The type of the affected resource
*)serviceCode : String_.t option;Identifies the service that exceeded the quota.
*)quotaCode : String_.t option;Identifies the quota that has been exceeded.
*)resourceId : String_.t option;The identifier of the affected resource.
*)context : ExceptionContext.t option;Information about the resources in use when the exception was thrown.
*)}