Class InvalidImportPathException
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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
InvalidImportPathException(string, Exception)
Construct instance of InvalidImportPathException
public InvalidImportPathException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode