Table of Contents

Class InvalidNetworkSettingsException

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InvalidNetworkSettingsException(string, Exception)

Construct instance of InvalidNetworkSettingsException

public InvalidNetworkSettingsException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode 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

string

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

string

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; }

Property Value

string