Module Values.ServiceQuotaExceededExceptionSource

The request could not be completed because its exceeded the service quota.

Sourcetype nonrec t = {
  1. message : LargeBoundedString.t option;
  2. code : LargeBoundedString.t option;
  3. resourceId : LargeBoundedString.t option;
    (*

    The ID of the resource.

    *)
  4. resourceType : LargeBoundedString.t option;
    (*

    The type of the resource.

    *)
  5. serviceCode : LargeBoundedString.t option;
    (*

    Service code.

    *)
  6. quotaCode : LargeBoundedString.t option;
    (*

    Quota code.

    *)
}
Sourceval make : ?message:??? -> ?code:??? -> ?resourceId:??? -> ?resourceType:??? -> ?serviceCode:??? -> ?quotaCode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LargeBoundedString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t