Class BackupInUseException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
There is another ongoing conflicting backup control plane operation on the table. The backup is either being created, deleted or restored to a table.
public class BackupInUseException : AmazonDynamoDBException
- Inheritance
-
BackupInUseException
Constructors
BackupInUseException(Exception)
Construct instance of BackupInUseException
public BackupInUseException(Exception innerException)
Parameters
innerExceptionException
BackupInUseException(string)
Constructs a new BackupInUseException with the specified error message.
public BackupInUseException(string message)
Parameters
messagestringDescribes the error encountered.
BackupInUseException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of BackupInUseException
public BackupInUseException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
BackupInUseException(string, Exception)
Construct instance of BackupInUseException
public BackupInUseException(string message, Exception innerException)
Parameters
BackupInUseException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of BackupInUseException
public BackupInUseException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode