@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. InvalidVpcId means that the ID passed
for the virtual private cloud (VPC) is invalid. InvalidSubnetIds returns the list of IDs for subnets
that are either invalid or not part of the VPC specified. InvalidSecurityGroupIds returns the list of
IDs for security groups that are either invalid or not part of the VPC specified.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidNetworkSettingsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidNetworkSettingsException.Builder |
builder() |
String |
invalidSecurityGroupId()
Returns the value of the InvalidSecurityGroupId property for this object.
|
String |
invalidSubnetId()
Returns the value of the InvalidSubnetId property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidNetworkSettingsException.Builder> |
serializableBuilderClass() |
InvalidNetworkSettingsException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic InvalidNetworkSettingsException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.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()
public String invalidSecurityGroupId()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.