summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Weaver <john@saebyn.info>2014-08-21 11:26:48 -0700
committerJohn Weaver <john@saebyn.info>2014-08-21 11:26:48 -0700
commit3ff1dc3ed5a3d9257ab844c6cb48514970333061 (patch)
tree6e4ff3066eb0aca71c27e4840b860d5ae92663d8
parent38478c1e71b2c307cdfff13ff0191dfa55006139 (diff)
downloadboto-3ff1dc3ed5a3d9257ab844c6cb48514970333061.tar.gz
Documents not found behavior of get_item()
-rw-r--r--boto/dynamodb2/table.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/boto/dynamodb2/table.py b/boto/dynamodb2/table.py
index 79cf7975..052758f7 100644
--- a/boto/dynamodb2/table.py
+++ b/boto/dynamodb2/table.py
@@ -467,6 +467,8 @@ class Table(object):
should be fetched)
Returns an ``Item`` instance containing all the data for that record.
+
+ Raises an ``ItemNotFound`` exception if the item is not found.
Example::