public class ENILimitReachedException extends AmazonServiceException
AWS Lambda was not able to create an elastic network interface in the VPC, specified as part of Lambda function configuration, because the limit for network interfaces has been reached.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ENILimitReachedException(java.lang.String message)
Constructs a new ENILimitReachedException with the specified error
message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType()
Returns the value of the type property for this object.
|
void |
setType(java.lang.String type)
Sets the value of type
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
public ENILimitReachedException(java.lang.String message)
message
- Describes the error encountered.public java.lang.String getType()
public void setType(java.lang.String type)
type
- The new value for the type property for this object.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.