Database Reference
In-Depth Information
ResourceInUseException
This error will provide the The resource which you are attempting to
change is in use error message. This exception occurs when the specified resource
is already performing an operation that doesn't permit our request. An example of this
case is creating a table that is already available.
ResourceNotFoundException
This error will be raised if we try to put an item on a table that is in the CREATING state.
The error message shown by this error is The resource which is being re-
quested does not exist .
ValidationException
This error will provide the One or more required parameter values were
missing error message. This exception occurs if one or more mandatory parameters are
missing.
Search WWH ::




Custom Search