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