Table of Contents

Class InvalidExportPathException

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

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

public class InvalidExportPathException : AmazonFSxException
Inheritance
InvalidExportPathException

Constructors

InvalidExportPathException(Exception)

Construct instance of InvalidExportPathException

public InvalidExportPathException(Exception innerException)

Parameters

innerException Exception

InvalidExportPathException(string)

Constructs a new InvalidExportPathException with the specified error message.

public InvalidExportPathException(string message)

Parameters

message string

Describes the error encountered.

InvalidExportPathException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidExportPathException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InvalidExportPathException(string, Exception)

Construct instance of InvalidExportPathException

public InvalidExportPathException(string message, Exception innerException)

Parameters

message string
innerException Exception

InvalidExportPathException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidExportPathException

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