Table of Contents

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InvalidRestoreTimeException(string, Exception)

Construct instance of InvalidRestoreTimeException

public InvalidRestoreTimeException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode