Module Values.ClientExceptionSource

These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.

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 client action. Actions can include using an action or resource on behalf of an IAM principal that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.

    *)
}
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