Class HostedZoneAlreadyExistsException

All Implemented Interfaces:
Serializable

public class HostedZoneAlreadyExistsException extends AmazonServiceException

The hosted zone you are 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:
  • Constructor Details

    • HostedZoneAlreadyExistsException

      public HostedZoneAlreadyExistsException(String message)
      Constructs a new HostedZoneAlreadyExistsException with the specified error message.
      Parameters:
      message - Describes the error encountered.