@Generated(value="software.amazon.awssdk:codegen") public final class EniLimitReachedException extends LambdaException implements ToCopyableBuilder<EniLimitReachedException.Builder,EniLimitReachedException>
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.
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, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public EniLimitReachedException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<EniLimitReachedException.Builder,EniLimitReachedException>
toBuilder
in class LambdaException
public static EniLimitReachedException.Builder builder()
public static Class<? extends EniLimitReachedException.Builder> serializableBuilderClass()
public String type()
Copyright © 2022. All rights reserved.