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:
    Serialized Form
    • Constructor Detail

      • NoFreeAddressesInSubnetException

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