#[non_exhaustive]pub struct UnsupportedAvailabilityZoneException {
pub message: Option<String>,
pub cluster_name: Option<String>,
pub nodegroup_name: Option<String>,
pub valid_zones: Option<Vec<String>>,
}
Expand description
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.message: Option<String>
cluster_name: Option<String>
The Amazon EKS cluster associated with the exception.
nodegroup_name: Option<String>
The Amazon EKS managed node group associated with the exception.
valid_zones: Option<Vec<String>>
The supported Availability Zones for your account. Choose subnets in these Availability Zones for your cluster.
Implementations
The Amazon EKS cluster associated with the exception.
The Amazon EKS managed node group associated with the exception.
Creates a new builder-style object to manufacture UnsupportedAvailabilityZoneException
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for UnsupportedAvailabilityZoneException
impl Sync for UnsupportedAvailabilityZoneException
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more