Table of Contents

Class InvalidImportPathException

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

The path provided for data repository import isn't valid.

public class InvalidImportPathException : AmazonFSxException
Inheritance
InvalidImportPathException

Constructors

InvalidImportPathException(Exception)

Construct instance of InvalidImportPathException

public InvalidImportPathException(Exception innerException)

Parameters

innerException Exception

InvalidImportPathException(string)

Constructs a new InvalidImportPathException with the specified error message.

public InvalidImportPathException(string message)

Parameters

message string

Describes the error encountered.

InvalidImportPathException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidImportPathException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InvalidImportPathException(string, Exception)

Construct instance of InvalidImportPathException

public InvalidImportPathException(string message, Exception innerException)

Parameters

message string
innerException Exception

InvalidImportPathException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidImportPathException

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