Class ENILimitReachedException

All Implemented Interfaces:
Serializable

public class ENILimitReachedException extends AmazonServiceException

AWS Lambda was not able to create an Elastic Network Interface (ENI) in the VPC, specified as part of Lambda function configuration, because the limit for network interfaces has been reached.

See Also:
  • Constructor Details

    • ENILimitReachedException

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

    • setType

      public void setType(String type)
      Parameters:
      type -
    • getType

      public String getType()
      Returns:
    • withType

      public ENILimitReachedException withType(String type)
      Parameters:
      type -
      Returns:
      Returns a reference to this object so that method calls can be chained together.