Class IpAddressInUseException

All Implemented Interfaces:
Serializable

public class IpAddressInUseException extends AmazonServiceException

Returned if the request specified an IpAddress that is already in use in the subnet.

See Also:
  • Constructor Details

    • IpAddressInUseException

      public IpAddressInUseException(String message)
      Constructs a new IpAddressInUseException with the specified error message.
      Parameters:
      message - Describes the error encountered.
  • Method Details