Module Values_1.ServiceQuotaExceededExceptionSource

The request exceeds the service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.

Sourcetype nonrec t = {
  1. message : Values_0.String_.t option;
  2. resourceId : Values_0.String_.t option;
    (*

    The unique ID of the resource referenced in the failed request.

    *)
  3. resourceType : Values_0.String_.t option;
    (*

    The resource type of the resource referenced in the failed request.

    *)
  4. quotaCode : Values_0.String_.t option;
    (*

    The quota code recognized by the Amazon Web Services Service Quotas service.

    *)
  5. serviceCode : Values_0.String_.t option;
    (*

    The code for the Amazon Web Services service that owns the quota.

    *)
}
Sourceval make : ?message:??? -> ?resourceId:??? -> ?resourceType:??? -> ?quotaCode:??? -> ?serviceCode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.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