Class ContinuousBackupsUnavailableException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Backups have not yet been enabled for this table.
public class ContinuousBackupsUnavailableException : AmazonDynamoDBException
- Inheritance
-
ContinuousBackupsUnavailableException
Constructors
ContinuousBackupsUnavailableException(Exception)
Construct instance of ContinuousBackupsUnavailableException
public ContinuousBackupsUnavailableException(Exception innerException)
Parameters
innerExceptionException
ContinuousBackupsUnavailableException(string)
Constructs a new ContinuousBackupsUnavailableException with the specified error message.
public ContinuousBackupsUnavailableException(string message)
Parameters
messagestringDescribes the error encountered.
ContinuousBackupsUnavailableException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of ContinuousBackupsUnavailableException
public ContinuousBackupsUnavailableException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
ContinuousBackupsUnavailableException(string, Exception)
Construct instance of ContinuousBackupsUnavailableException
public ContinuousBackupsUnavailableException(string message, Exception innerException)
Parameters
ContinuousBackupsUnavailableException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of ContinuousBackupsUnavailableException
public ContinuousBackupsUnavailableException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode