@Generated(value="software.amazon.awssdk:codegen") public final class EniLimitReachedException extends LambdaException implements ToCopyableBuilder<EniLimitReachedException.Builder,EniLimitReachedException>
Lambda couldn't create an elastic network interface in the VPC, specified as part of Lambda function configuration, because the limit for network interfaces has been reached. For more information, see Lambda quotas.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EniLimitReachedException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EniLimitReachedException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EniLimitReachedException.Builder> |
serializableBuilderClass() |
EniLimitReachedException.Builder |
toBuilder() |
String |
type()
Returns the value of the Type property for this object.
|
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic EniLimitReachedException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EniLimitReachedException.Builder,EniLimitReachedException>toBuilder in class LambdaExceptionpublic static EniLimitReachedException.Builder builder()
public static Class<? extends EniLimitReachedException.Builder> serializableBuilderClass()
public String type()
Copyright © 2023. All rights reserved.