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.
AmazonServiceException.ErrorType
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private java.lang.String |
type |
Constructor and Description |
---|
SubnetIPAddressLimitReachedException(java.lang.String message)
Constructs a new SubnetIPAddressLimitReachedException with the specified
error message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType() |
void |
setType(java.lang.String type) |
SubnetIPAddressLimitReachedException |
withType(java.lang.String type) |
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
private static final long serialVersionUID
private java.lang.String type
public SubnetIPAddressLimitReachedException(java.lang.String message)
message
- Describes the error encountered.public void setType(java.lang.String type)
type
- public java.lang.String getType()
public SubnetIPAddressLimitReachedException withType(java.lang.String type)
type
-