fix TargetGroupNnotFoundError is not definied correctly (#1099)
This commit is contained in:
parent
76b7101bc3
commit
8f0e2e7954
2 changed files with 41 additions and 1 deletions
|
|
@ -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.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue