Class BackupBeingCopiedException
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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
BackupBeingCopiedException(string, Exception)
Construct instance of BackupBeingCopiedException
public BackupBeingCopiedException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
Properties
BackupId
Gets and sets the property BackupId.
public string BackupId { get; set; }