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