Table of Contents

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

innerException Exception

ImportNotFoundException(string)

Constructs a new ImportNotFoundException with the specified error message.

public ImportNotFoundException(string message)

Parameters

message string

Describes 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

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ImportNotFoundException(string, Exception)

Construct instance of ImportNotFoundException

public ImportNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

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

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode