Table of Contents

Class DataRepositoryTaskNotFoundException

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

The data repository task or tasks you specified could not be found.

public class DataRepositoryTaskNotFoundException : AmazonFSxException
Inheritance
DataRepositoryTaskNotFoundException

Constructors

DataRepositoryTaskNotFoundException(Exception)

Construct instance of DataRepositoryTaskNotFoundException

public DataRepositoryTaskNotFoundException(Exception innerException)

Parameters

innerException Exception

DataRepositoryTaskNotFoundException(string)

Constructs a new DataRepositoryTaskNotFoundException with the specified error message.

public DataRepositoryTaskNotFoundException(string message)

Parameters

message string

Describes the error encountered.

DataRepositoryTaskNotFoundException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of DataRepositoryTaskNotFoundException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

DataRepositoryTaskNotFoundException(string, Exception)

Construct instance of DataRepositoryTaskNotFoundException

public DataRepositoryTaskNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

DataRepositoryTaskNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of DataRepositoryTaskNotFoundException

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