Hackfut Security File Manager
Current Path:
/usr/lib/python2.6/site-packages/boto/dynamodb2
usr
/
lib
/
python2.6
/
site-packages
/
boto
/
dynamodb2
/
📁
..
📄
__init__.py
(1.67 KB)
📄
__init__.pyc
(978 B)
📄
__init__.pyo
(978 B)
📄
exceptions.py
(1.94 KB)
📄
exceptions.pyc
(3.03 KB)
📄
exceptions.pyo
(3.03 KB)
📄
fields.py
(8.1 KB)
📄
fields.pyc
(10.56 KB)
📄
fields.pyo
(10.56 KB)
📄
items.py
(14.18 KB)
📄
items.pyc
(14.13 KB)
📄
items.pyo
(14.13 KB)
📄
layer1.py
(139.58 KB)
📄
layer1.pyc
(132.97 KB)
📄
layer1.pyo
(132.97 KB)
📄
results.py
(6.41 KB)
📄
results.pyc
(5.83 KB)
📄
results.pyo
(5.83 KB)
📄
table.py
(52.85 KB)
📄
table.pyc
(47.38 KB)
📄
table.pyo
(47.38 KB)
📄
types.py
(859 B)
📄
types.pyc
(867 B)
📄
types.pyo
(867 B)
Editing: exceptions.py
# Copyright (c) 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, copy, modify, merge, publish, dis- # tribute, sublicense, and/or sell copies of the Software, and to permit # persons to whom the Software is furnished to do so, subject to the fol- # lowing conditions: # # The above copyright notice and this permission notice shall be included # in all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- # ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT # SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. # from boto.exception import JSONResponseError class ProvisionedThroughputExceededException(JSONResponseError): pass class LimitExceededException(JSONResponseError): pass class ConditionalCheckFailedException(JSONResponseError): pass class ResourceInUseException(JSONResponseError): pass class ResourceNotFoundException(JSONResponseError): pass class InternalServerError(JSONResponseError): pass class ValidationException(JSONResponseError): pass class ItemCollectionSizeLimitExceededException(JSONResponseError): pass class DynamoDBError(Exception): pass class UnknownSchemaFieldError(DynamoDBError): pass class UnknownIndexFieldError(DynamoDBError): pass class UnknownFilterTypeError(DynamoDBError): pass class QueryError(DynamoDBError): pass class ItemNotFound(DynamoDBError): pass
Upload File
Create Folder