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