diff options
Diffstat (limited to 'boto/redshift/exceptions.py')
-rw-r--r-- | boto/redshift/exceptions.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/boto/redshift/exceptions.py b/boto/redshift/exceptions.py index 92779d08..b4f60dd8 100644 --- a/boto/redshift/exceptions.py +++ b/boto/redshift/exceptions.py @@ -180,3 +180,11 @@ class SubnetAlreadyInUse(JSONResponseError): class InvalidParameterCombinationFault(JSONResponseError): pass + + +class AccessToSnapshotDeniedFault(JSONResponseError): + pass + + +class UnauthorizedOperationFault(JSONResponseError): + pass |