Class BackupRestoringException
You can't delete a backup while it's being used to restore a file system.
public class BackupRestoringException : AmazonFSxException
- Inheritance
-
BackupRestoringException
Constructors
BackupRestoringException(Exception)
Construct instance of BackupRestoringException
public BackupRestoringException(Exception innerException)
Parameters
innerException
Exception
BackupRestoringException(string)
Constructs a new BackupRestoringException with the specified error message.
public BackupRestoringException(string message)
Parameters
message
stringDescribes the error encountered.
BackupRestoringException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of BackupRestoringException
public BackupRestoringException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
BackupRestoringException(string, Exception)
Construct instance of BackupRestoringException
public BackupRestoringException(string message, Exception innerException)
Parameters
BackupRestoringException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of BackupRestoringException
public BackupRestoringException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
Properties
FileSystemId
Gets and sets the property FileSystemId.
The ID of a file system being restored from the backup.
public string FileSystemId { get; set; }