Module Values.ServiceQuotaExceededExceptionSource

You 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. To learn how to increase your service quota, see Requesting a quota increase in the Service Quotas User Guide Examples The max number of clusters or queues has been reached for the account. The max number of compute node groups has been reached for the associated cluster. The total of maxInstances across all compute node groups has been reached for associated cluster.

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

    The service code associated with the quota that was exceeded.

    *)
  3. resourceId : String_.t option;
    (*

    The unique identifier of the resource that caused the quota to be exceeded.

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

    The type or category of the resource that caused the quota to be exceeded.

    *)
  5. quotaCode : String_.t option;
    (*

    The quota code of the service quota that was exceeded.

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