Table of Contents

Class InvalidRegionException

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

The Region provided for SourceRegion is not valid or is in a different Amazon Web Services partition.

public class InvalidRegionException : AmazonFSxException
Inheritance
InvalidRegionException

Constructors

InvalidRegionException(Exception)

Construct instance of InvalidRegionException

public InvalidRegionException(Exception innerException)

Parameters

innerException Exception

InvalidRegionException(string)

Constructs a new InvalidRegionException with the specified error message.

public InvalidRegionException(string message)

Parameters

message string

Describes the error encountered.

InvalidRegionException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidRegionException

public InvalidRegionException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InvalidRegionException(string, Exception)

Construct instance of InvalidRegionException

public InvalidRegionException(string message, Exception innerException)

Parameters

message string
innerException Exception

InvalidRegionException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidRegionException

public InvalidRegionException(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