@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BackupRestoringException extends AmazonFSxException
You can't delete a backup while it's being used to restore a file system.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
BackupRestoringException(String message)
Constructs a new BackupRestoringException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileSystemId()
The ID of a file system being restored from the backup.
|
void |
setFileSystemId(String fileSystemId)
The ID of a file system being restored from the backup.
|
BackupRestoringException |
withFileSystemId(String fileSystemId)
The ID of a file system being restored from the backup.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BackupRestoringException(String message)
message - Describes the error encountered.public void setFileSystemId(String fileSystemId)
The ID of a file system being restored from the backup.
fileSystemId - The ID of a file system being restored from the backup.public String getFileSystemId()
The ID of a file system being restored from the backup.
public BackupRestoringException withFileSystemId(String fileSystemId)
The ID of a file system being restored from the backup.
fileSystemId - The ID of a file system being restored from the backup.