Module Values.ServerExceptionSource

These errors are usually caused by a server-side issue.

Sourcetype nonrec t = {
  1. clusterName : String_.t option;
    (*

    The Amazon EKS cluster associated with the exception.

    *)
  2. nodegroupName : String_.t option;
    (*

    The Amazon EKS managed node group associated with the exception.

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

    The Amazon EKS add-on name associated with the exception.

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

    The Amazon EKS subscription ID with the exception.

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

    These errors are usually caused by a server-side issue.

    *)
}
Sourceval make : ?clusterName:??? -> ?nodegroupName:??? -> ?addonName:??? -> ?subscriptionId:??? -> ?message:??? -> 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