Table of Contents

Class BackupInProgressException

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

Another backup is already under way. Wait for completion before initiating additional backups of this file system.

public class BackupInProgressException : AmazonFSxException
Inheritance
BackupInProgressException

Constructors

BackupInProgressException(Exception)

Construct instance of BackupInProgressException

public BackupInProgressException(Exception innerException)

Parameters

innerException Exception

BackupInProgressException(string)

Constructs a new BackupInProgressException with the specified error message.

public BackupInProgressException(string message)

Parameters

message string

Describes the error encountered.

BackupInProgressException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of BackupInProgressException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

BackupInProgressException(string, Exception)

Construct instance of BackupInProgressException

public BackupInProgressException(string message, Exception innerException)

Parameters

message string
innerException Exception

BackupInProgressException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of BackupInProgressException

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