Skip to content

Commit

Permalink
Merge pull request #2545 from danielgtaylor/redshift-update
Browse files Browse the repository at this point in the history
Update to latest Redshift API. Fixes #2545.
  • Loading branch information
danielgtaylor committed Aug 22, 2014
2 parents 8cf1b52 + 3421782 commit 9151092
Show file tree
Hide file tree
Showing 2 changed files with 357 additions and 202 deletions.
8 changes: 4 additions & 4 deletions boto/redshift/exceptions.py
Expand Up @@ -34,10 +34,6 @@ class ClusterSnapshotNotFoundFault(JSONResponseError):
pass


class ClusterNotFoundFault(JSONResponseError):
pass


class ClusterSecurityGroupQuotaExceededFault(JSONResponseError):
pass

Expand Down Expand Up @@ -457,3 +453,7 @@ class SnapshotCopyAlreadyEnabled(JSONResponseError):

class IncompatibleOrderableOptions(JSONResponseError):
pass


class InvalidSubscriptionState(JSONResponseError):
pass

0 comments on commit 9151092

Please sign in to comment.