Class InvalidRestoreTimeException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
An invalid restore time was specified. RestoreDateTime must be between EarliestRestorableDateTime and LatestRestorableDateTime.
public class InvalidRestoreTimeException : AmazonDynamoDBException
- Inheritance
-
InvalidRestoreTimeException
Constructors
InvalidRestoreTimeException(Exception)
Construct instance of InvalidRestoreTimeException
public InvalidRestoreTimeException(Exception innerException)
Parameters
innerException
Exception
InvalidRestoreTimeException(string)
Constructs a new InvalidRestoreTimeException with the specified error message.
public InvalidRestoreTimeException(string message)
Parameters
message
stringDescribes the error encountered.
InvalidRestoreTimeException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidRestoreTimeException
public InvalidRestoreTimeException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
InvalidRestoreTimeException(string, Exception)
Construct instance of InvalidRestoreTimeException
public InvalidRestoreTimeException(string message, Exception innerException)
Parameters
InvalidRestoreTimeException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidRestoreTimeException
public InvalidRestoreTimeException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode