Class SubnetIpAddressLimitReachedException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- software.amazon.awssdk.core.exception.SdkException
- 
- software.amazon.awssdk.core.exception.SdkServiceException
- 
- software.amazon.awssdk.awscore.exception.AwsServiceException
- 
- software.amazon.awssdk.services.lambda.model.LambdaException
- 
- software.amazon.awssdk.services.lambda.model.SubnetIpAddressLimitReachedException
 
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<SubnetIpAddressLimitReachedException.Builder,SubnetIpAddressLimitReachedException>
 
 @Generated("software.amazon.awssdk:codegen") public final class SubnetIpAddressLimitReachedException extends LambdaException implements ToCopyableBuilder<SubnetIpAddressLimitReachedException.Builder,SubnetIpAddressLimitReachedException> Lambda couldn't set up VPC access for the Lambda function because one or more configured subnets has no available IP addresses. - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceSubnetIpAddressLimitReachedException.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubnetIpAddressLimitReachedException.Builderbuilder()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SubnetIpAddressLimitReachedException.Builder>serializableBuilderClass()SubnetIpAddressLimitReachedException.BuildertoBuilder()Stringtype()Returns the value of the Type property for this object.- 
Methods inherited from class software.amazon.awssdk.awscore.exception.AwsServiceExceptionawsErrorDetails, getMessage, isClockSkewException, isThrottlingException
 - 
Methods inherited from class software.amazon.awssdk.core.exception.SdkServiceExceptionextendedRequestId, isRetryableException, requestId, statusCode
 - 
Methods inherited from class software.amazon.awssdk.core.exception.SdkExceptioncreate, numAttempts, rawMessage, retryable
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
 
- 
 
- 
- 
- 
Method Detail- 
toBuilderpublic SubnetIpAddressLimitReachedException.Builder toBuilder() - Specified by:
- toBuilderin interface- ToCopyableBuilder<SubnetIpAddressLimitReachedException.Builder,SubnetIpAddressLimitReachedException>
- Overrides:
- toBuilderin class- LambdaException
 
 - 
builderpublic static SubnetIpAddressLimitReachedException.Builder builder() 
 - 
serializableBuilderClasspublic static Class<? extends SubnetIpAddressLimitReachedException.Builder> serializableBuilderClass() 
 - 
typepublic String type() Returns the value of the Type property for this object.- Returns:
- The value of the Type property for this object.
 
 - 
sdkFieldspublic final List<SdkField<?>> sdkFields() - Specified by:
- sdkFieldsin interface- SdkPojo
- Overrides:
- sdkFieldsin class- SdkServiceException
 
 - 
sdkFieldNameToFieldpublic final Map<String,SdkField<?>> sdkFieldNameToField() - Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
 
 
- 
 
-