Class HealthCheckAlreadyExistsException

All Implemented Interfaces:
Serializable

public class HealthCheckAlreadyExistsException extends AmazonServiceException

The health check you are trying to create already exists. Amazon Route 53 returns this error when a health check has already been created with the specified CallerReference.

See Also:
  • Constructor Details

    • HealthCheckAlreadyExistsException

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