Class SourceBackupUnavailableException
The request was rejected because the lifecycle status of the source backup isn't AVAILABLE
.
public class SourceBackupUnavailableException : AmazonFSxException
- Inheritance
-
SourceBackupUnavailableException
Constructors
SourceBackupUnavailableException(Exception)
Construct instance of SourceBackupUnavailableException
public SourceBackupUnavailableException(Exception innerException)
Parameters
innerException
Exception
SourceBackupUnavailableException(string)
Constructs a new SourceBackupUnavailableException with the specified error message.
public SourceBackupUnavailableException(string message)
Parameters
message
stringDescribes the error encountered.
SourceBackupUnavailableException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of SourceBackupUnavailableException
public SourceBackupUnavailableException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
SourceBackupUnavailableException(string, Exception)
Construct instance of SourceBackupUnavailableException
public SourceBackupUnavailableException(string message, Exception innerException)
Parameters
SourceBackupUnavailableException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of SourceBackupUnavailableException
public SourceBackupUnavailableException(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; }