Table of Contents

Class DataRepositoryTaskExecutingException

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

An existing data repository task is currently executing on the file system. Wait until the existing task has completed, then create the new task.

public class DataRepositoryTaskExecutingException : AmazonFSxException
Inheritance
DataRepositoryTaskExecutingException

Constructors

DataRepositoryTaskExecutingException(Exception)

Construct instance of DataRepositoryTaskExecutingException

public DataRepositoryTaskExecutingException(Exception innerException)

Parameters

innerException Exception

DataRepositoryTaskExecutingException(string)

Constructs a new DataRepositoryTaskExecutingException with the specified error message.

public DataRepositoryTaskExecutingException(string message)

Parameters

message string

Describes the error encountered.

DataRepositoryTaskExecutingException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of DataRepositoryTaskExecutingException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

DataRepositoryTaskExecutingException(string, Exception)

Construct instance of DataRepositoryTaskExecutingException

public DataRepositoryTaskExecutingException(string message, Exception innerException)

Parameters

message string
innerException Exception

DataRepositoryTaskExecutingException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of DataRepositoryTaskExecutingException

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