Class BackupInProgressException
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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
BackupInProgressException(string, Exception)
Construct instance of BackupInProgressException
public BackupInProgressException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode