Class HealthCheckInUseException

All Implemented Interfaces:
Serializable

public class HealthCheckInUseException extends AmazonServiceException

There are resource records associated with this health check. Before you can delete the health check, you must disassociate it from the resource record sets.

See Also:
  • Constructor Details

    • HealthCheckInUseException

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