Class ExportNotFoundException
- Namespace
 - Amazon.DynamoDBv2.Model
 
- Assembly
 - AWSSDK.DynamoDBv2.dll
 
The specified export was not found.
public class ExportNotFoundException : AmazonDynamoDBException
  - Inheritance
 - 
      
      
      ExportNotFoundException
 
Constructors
ExportNotFoundException(Exception)
Construct instance of ExportNotFoundException
public ExportNotFoundException(Exception innerException)
  Parameters
innerExceptionException
ExportNotFoundException(string)
Constructs a new ExportNotFoundException with the specified error message.
public ExportNotFoundException(string message)
  Parameters
messagestringDescribes the error encountered.
ExportNotFoundException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of ExportNotFoundException
public ExportNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
  Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
ExportNotFoundException(string, Exception)
Construct instance of ExportNotFoundException
public ExportNotFoundException(string message, Exception innerException)
  Parameters
ExportNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of ExportNotFoundException
public ExportNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
  Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode