Class NetworkInterfaceLimitExceededException

All Implemented Interfaces:
Serializable

public class NetworkInterfaceLimitExceededException extends AmazonServiceException

The calling account has reached the ENI limit for the specific AWS region. Client should try to delete some ENIs or get its account limit raised. For more information, go to Amazon VPC Limits in the Amazon Virtual Private Cloud User Guide (see the Network interfaces per VPC entry in the table).

See Also:
  • Constructor Details

    • NetworkInterfaceLimitExceededException

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