Serializable
, ToCopyableBuilder<ENILimitReachedException.Builder,ENILimitReachedException>
@Generated("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 | Description |
---|---|---|
static interface |
ENILimitReachedException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | 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() |
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.