@Generated(value="software.amazon.awssdk:codegen") public final class InvalidSubnetIdException extends LambdaException implements ToCopyableBuilder<InvalidSubnetIdException.Builder,InvalidSubnetIdException>
The Subnet ID provided in the Lambda function VPC configuration is invalid.
Modifier and Type | Class and Description |
---|---|
static interface |
InvalidSubnetIdException.Builder |
Modifier and Type | Method and Description |
---|---|
static InvalidSubnetIdException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidSubnetIdException.Builder> |
serializableBuilderClass() |
InvalidSubnetIdException.Builder |
toBuilder() |
String |
type()
Returns the value of the Type property for this object.
|
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
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 InvalidSubnetIdException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<InvalidSubnetIdException.Builder,InvalidSubnetIdException>
toBuilder
in class LambdaException
public static InvalidSubnetIdException.Builder builder()
public static Class<? extends InvalidSubnetIdException.Builder> serializableBuilderClass()
public String type()
Copyright © 2019. All rights reserved.