Class IndexNotFoundException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
The operation tried to access a nonexistent index.
public class IndexNotFoundException : AmazonDynamoDBException
- Inheritance
-
IndexNotFoundException
Constructors
IndexNotFoundException(Exception)
Construct instance of IndexNotFoundException
public IndexNotFoundException(Exception innerException)
Parameters
innerException
Exception
IndexNotFoundException(string)
Constructs a new IndexNotFoundException with the specified error message.
public IndexNotFoundException(string message)
Parameters
message
stringDescribes the error encountered.
IndexNotFoundException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of IndexNotFoundException
public IndexNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
IndexNotFoundException(string, Exception)
Construct instance of IndexNotFoundException
public IndexNotFoundException(string message, Exception innerException)
Parameters
IndexNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of IndexNotFoundException
public IndexNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode