Class SubnetIPAddressLimitReachedException

All Implemented Interfaces:
Serializable

public class SubnetIPAddressLimitReachedException extends AmazonServiceException

AWS Lambda was not able to set up VPC access for the Lambda function because one or more configured subnets has no available IP addresses.

See Also:
  • Constructor Details

    • SubnetIPAddressLimitReachedException

      public SubnetIPAddressLimitReachedException(String message)
      Constructs a new SubnetIPAddressLimitReachedException 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

      Parameters:
      type -
      Returns:
      Returns a reference to this object so that method calls can be chained together.