@Generated(value="software.amazon.awssdk:codegen") public final class InvalidNetworkSettingsException extends FSxException implements ToCopyableBuilder<InvalidNetworkSettingsException.Builder,InvalidNetworkSettingsException>
One or more network settings specified in the request are invalid.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidNetworkSettingsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidNetworkSettingsException.Builder |
builder() |
String |
invalidRouteTableId()
The route table ID is either invalid or not part of the VPC specified.
|
String |
invalidSecurityGroupId()
The security group ID is either invalid or not part of the VPC specified.
|
String |
invalidSubnetId()
The subnet ID that is either invalid or not part of the VPC specified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidNetworkSettingsException.Builder> |
serializableBuilderClass() |
InvalidNetworkSettingsException.Builder |
toBuilder() |
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 InvalidNetworkSettingsException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidNetworkSettingsException.Builder,InvalidNetworkSettingsException>toBuilder in class FSxExceptionpublic static InvalidNetworkSettingsException.Builder builder()
public static Class<? extends InvalidNetworkSettingsException.Builder> serializableBuilderClass()
public String invalidSubnetId()
The subnet ID that is either invalid or not part of the VPC specified.
public String invalidSecurityGroupId()
The security group ID is either invalid or not part of the VPC specified.
public String invalidRouteTableId()
The route table ID is either invalid or not part of the VPC specified.
Copyright © 2023. All rights reserved.