Module Values_1.ResourcePolicyLimitExceededExceptionSource

The PutResourcePolicy API action enforces two limits. A policy can't be greater than 1024 bytes in size. And only one policy can be attached to OpsItemGroup. Verify these limits and try again.

Sourcetype nonrec t = {
  1. limit : Values_0.Integer.t option;
  2. limitType : Values_0.String_.t option;
  3. message : Values_0.String_.t option;
}
Sourceval make : ?limit:??? -> ?limitType:??? -> ?message:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.Integer.t | `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