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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
InvalidExportTimeException(string, Exception)
Construct instance of InvalidExportTimeException
public InvalidExportTimeException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode