Class SubnetNotAllowedException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<SubnetNotAllowedException.Builder,SubnetNotAllowedException>

@Generated("software.amazon.awssdk:codegen") public final class SubnetNotAllowedException extends DaxException implements ToCopyableBuilder<SubnetNotAllowedException.Builder,SubnetNotAllowedException>

The specified subnet can't be used for the requested network type. This error occurs when either there aren't enough subnets of the required network type to create the cluster, or when you try to use a subnet that doesn't support the requested network type (for example, trying to create a dual-stack cluster with a subnet that doesn't have IPv6 CIDR).

See Also: