Class HostedZoneAlreadyExistsException

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

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

The hosted zone you're trying to create already exists. Amazon Route 53 returns this error when a hosted zone has already been created with the specified CallerReference.

See Also: