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
innerException
Exception
BackupInUseException(string)
Constructs a new BackupInUseException with the specified error message.
public BackupInUseException(string message)
Parameters
message
stringDescribes 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
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode