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
innerExceptionException
InvalidExportTimeException(string)
Constructs a new InvalidExportTimeException with the specified error message.
public InvalidExportTimeException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode