Class InvalidNetworkSettingsException
One or more network settings specified in the request are invalid.
public class InvalidNetworkSettingsException : AmazonFSxException
- Inheritance
-
InvalidNetworkSettingsException
Constructors
InvalidNetworkSettingsException(Exception)
Construct instance of InvalidNetworkSettingsException
public InvalidNetworkSettingsException(Exception innerException)
Parameters
innerException
Exception
InvalidNetworkSettingsException(string)
Constructs a new InvalidNetworkSettingsException with the specified error message.
public InvalidNetworkSettingsException(string message)
Parameters
message
stringDescribes the error encountered.
InvalidNetworkSettingsException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidNetworkSettingsException
public InvalidNetworkSettingsException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
InvalidNetworkSettingsException(string, Exception)
Construct instance of InvalidNetworkSettingsException
public InvalidNetworkSettingsException(string message, Exception innerException)
Parameters
InvalidNetworkSettingsException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidNetworkSettingsException
public InvalidNetworkSettingsException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
Properties
InvalidRouteTableId
Gets and sets the property InvalidRouteTableId.
The route table ID is either invalid or not part of the VPC specified.
public string InvalidRouteTableId { get; set; }
Property Value
InvalidSecurityGroupId
Gets and sets the property InvalidSecurityGroupId.
The security group ID is either invalid or not part of the VPC specified.
public string InvalidSecurityGroupId { get; set; }
Property Value
InvalidSubnetId
Gets and sets the property InvalidSubnetId.
The subnet ID that is either invalid or not part of the VPC specified.
public string InvalidSubnetId { get; set; }