Class NoFreeAddressesInSubnetException

All Implemented Interfaces:
Serializable

public class NoFreeAddressesInSubnetException extends AmazonServiceException

Returned if IpAddress was not specified in the request and there are no free IP addresses in the subnet.

See Also:
  • Constructor Details

    • NoFreeAddressesInSubnetException

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