@Generated(value="software.amazon.awssdk:codegen") public class ENILimitReachedException extends LambdaException implements ToCopyableBuilder<ENILimitReachedException.Builder,ENILimitReachedException>
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.
Modifier and Type | Class and Description |
---|---|
static interface |
ENILimitReachedException.Builder |
Modifier and Type | Method and Description |
---|---|
static ENILimitReachedException.Builder |
builder() |
static Class<? extends ENILimitReachedException.Builder> |
serializableBuilderClass() |
ENILimitReachedException.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
type()
Returns the value of the Type property for this object.
|
additionalThrottlingCondition, isClockSkewException
errorCode, errorCode, errorMessage, errorMessage, errorType, errorType, getMessage, headers, headers, isThrottlingException, rawResponse, rawResponse, requestId, requestId, serviceName, serviceName, statusCode, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public ENILimitReachedException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ENILimitReachedException.Builder,ENILimitReachedException>
public static ENILimitReachedException.Builder builder()
public static Class<? extends ENILimitReachedException.Builder> serializableBuilderClass()
public String type()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.