Module Values.InvalidParameterExceptionSource

The specified parameter is invalid. Review the available parameters for the API request.

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. fargateProfileName : String_.t option;
    (*

    The Fargate profile associated with the exception.

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

    The specified parameter for the add-on name is invalid. Review the available parameters for the API request

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

    The Amazon EKS subscription ID with the exception.

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

    The specified parameter is invalid. Review the available parameters for the API request.

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