Table of Contents

Class BackupBeingCopiedException

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

You can't delete a backup while it's being copied.

public class BackupBeingCopiedException : AmazonFSxException
Inheritance
BackupBeingCopiedException

Constructors

BackupBeingCopiedException(Exception)

Construct instance of BackupBeingCopiedException

public BackupBeingCopiedException(Exception innerException)

Parameters

innerException Exception

BackupBeingCopiedException(string)

Constructs a new BackupBeingCopiedException with the specified error message.

public BackupBeingCopiedException(string message)

Parameters

message string

Describes the error encountered.

BackupBeingCopiedException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of BackupBeingCopiedException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

BackupBeingCopiedException(string, Exception)

Construct instance of BackupBeingCopiedException

public BackupBeingCopiedException(string message, Exception innerException)

Parameters

message string
innerException Exception

BackupBeingCopiedException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of BackupBeingCopiedException

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

Properties

BackupId

Gets and sets the property BackupId.

public string BackupId { get; set; }

Property Value

string