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