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