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