Table of Contents

Class DataRepositoryTaskEndedException

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

The data repository task could not be canceled because the task has already ended.

public class DataRepositoryTaskEndedException : AmazonFSxException
Inheritance
DataRepositoryTaskEndedException

Constructors

DataRepositoryTaskEndedException(Exception)

Construct instance of DataRepositoryTaskEndedException

public DataRepositoryTaskEndedException(Exception innerException)

Parameters

innerException Exception

DataRepositoryTaskEndedException(string)

Constructs a new DataRepositoryTaskEndedException with the specified error message.

public DataRepositoryTaskEndedException(string message)

Parameters

message string

Describes the error encountered.

DataRepositoryTaskEndedException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of DataRepositoryTaskEndedException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

DataRepositoryTaskEndedException(string, Exception)

Construct instance of DataRepositoryTaskEndedException

public DataRepositoryTaskEndedException(string message, Exception innerException)

Parameters

message string
innerException Exception

DataRepositoryTaskEndedException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of DataRepositoryTaskEndedException

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