fix TargetGroupNnotFoundError is not definied correctly (#1099)

This commit is contained in:
Toshiya Kawasaki 2017-09-08 03:25:59 +09:00 committed by Jack Danger
commit 8f0e2e7954
2 changed files with 41 additions and 1 deletions

View file

@ -42,7 +42,7 @@ class SubnetNotFoundError(ELBClientError):
class TargetGroupNotFoundError(ELBClientError):
def __init__(self):
super(TooManyTagsError, self).__init__(
super(TargetGroupNotFoundError, self).__init__(
"TargetGroupNotFound",
"The specified target group does not exist.")