Module Values.UnsupportedAvailabilityZoneExceptionSource

At least one of your specified cluster subnets is in an Availability Zone that does not support Amazon EKS. The exception output specifies the supported Availability Zones for your account, from which you can choose subnets for your cluster.

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

    At least one of your specified cluster subnets is in an Availability Zone that does not support Amazon EKS. The exception output specifies the supported Availability Zones for your account, from which you can choose subnets for your cluster.

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

    The Amazon EKS cluster associated with the exception.

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

    The Amazon EKS managed node group associated with the exception.

    *)
  4. validZones : StringList.t option;
    (*

    The supported Availability Zones for your account. Choose subnets in these Availability Zones for your cluster.

    *)
}
Sourceval make : ?message:??? -> ?clusterName:??? -> ?nodegroupName:??? -> ?validZones:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] list | `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