Table of Contents

Class InvalidExportTimeException

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

The specified

ExportTime
is outside of the point in time recovery window.
public class InvalidExportTimeException : AmazonDynamoDBException
Inheritance
InvalidExportTimeException

Constructors

InvalidExportTimeException(Exception)

Construct instance of InvalidExportTimeException

public InvalidExportTimeException(Exception innerException)

Parameters

innerException Exception

InvalidExportTimeException(string)

Constructs a new InvalidExportTimeException with the specified error message.

public InvalidExportTimeException(string message)

Parameters

message string

Describes the error encountered.

InvalidExportTimeException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidExportTimeException

public InvalidExportTimeException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InvalidExportTimeException(string, Exception)

Construct instance of InvalidExportTimeException

public InvalidExportTimeException(string message, Exception innerException)

Parameters

message string
innerException Exception

InvalidExportTimeException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidExportTimeException

public InvalidExportTimeException(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