@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidNetworkSettingsException extends AmazonFSxException
One or more network settings specified in the request are invalid.
AmazonServiceException.ErrorType
Constructor and Description |
---|
InvalidNetworkSettingsException(String message)
Constructs a new InvalidNetworkSettingsException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getInvalidRouteTableId()
The route table ID is either invalid or not part of the VPC specified.
|
String |
getInvalidSecurityGroupId()
The security group ID is either invalid or not part of the VPC specified.
|
String |
getInvalidSubnetId()
The subnet ID that is either invalid or not part of the VPC specified.
|
void |
setInvalidRouteTableId(String invalidRouteTableId)
The route table ID is either invalid or not part of the VPC specified.
|
void |
setInvalidSecurityGroupId(String invalidSecurityGroupId)
The security group ID is either invalid or not part of the VPC specified.
|
void |
setInvalidSubnetId(String invalidSubnetId)
The subnet ID that is either invalid or not part of the VPC specified.
|
InvalidNetworkSettingsException |
withInvalidRouteTableId(String invalidRouteTableId)
The route table ID is either invalid or not part of the VPC specified.
|
InvalidNetworkSettingsException |
withInvalidSecurityGroupId(String invalidSecurityGroupId)
The security group ID is either invalid or not part of the VPC specified.
|
InvalidNetworkSettingsException |
withInvalidSubnetId(String invalidSubnetId)
The subnet ID that is either invalid or not part of the VPC specified.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidNetworkSettingsException(String message)
message
- Describes the error encountered.public void setInvalidSubnetId(String invalidSubnetId)
The subnet ID that is either invalid or not part of the VPC specified.
invalidSubnetId
- The subnet ID that is either invalid or not part of the VPC specified.public String getInvalidSubnetId()
The subnet ID that is either invalid or not part of the VPC specified.
public InvalidNetworkSettingsException withInvalidSubnetId(String invalidSubnetId)
The subnet ID that is either invalid or not part of the VPC specified.
invalidSubnetId
- The subnet ID that is either invalid or not part of the VPC specified.public void setInvalidSecurityGroupId(String invalidSecurityGroupId)
The security group ID is either invalid or not part of the VPC specified.
invalidSecurityGroupId
- The security group ID is either invalid or not part of the VPC specified.public String getInvalidSecurityGroupId()
The security group ID is either invalid or not part of the VPC specified.
public InvalidNetworkSettingsException withInvalidSecurityGroupId(String invalidSecurityGroupId)
The security group ID is either invalid or not part of the VPC specified.
invalidSecurityGroupId
- The security group ID is either invalid or not part of the VPC specified.public void setInvalidRouteTableId(String invalidRouteTableId)
The route table ID is either invalid or not part of the VPC specified.
invalidRouteTableId
- The route table ID is either invalid or not part of the VPC specified.public String getInvalidRouteTableId()
The route table ID is either invalid or not part of the VPC specified.
public InvalidNetworkSettingsException withInvalidRouteTableId(String invalidRouteTableId)
The route table ID is either invalid or not part of the VPC specified.
invalidRouteTableId
- The route table ID is either invalid or not part of the VPC specified.