Replace exception message by the one sent by boto, because it is used for bot ingress and egress rules
This commit is contained in:
parent
100ec4e7c8
commit
0882174126
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class InvalidPermissionNotFoundError(EC2ClientError):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(InvalidPermissionNotFoundError, self).__init__(
|
super(InvalidPermissionNotFoundError, self).__init__(
|
||||||
"InvalidPermission.NotFound",
|
"InvalidPermission.NotFound",
|
||||||
"Could not find a matching ingress rule")
|
"The specified rule does not exist in this security group")
|
||||||
|
|
||||||
|
|
||||||
class InvalidRouteTableIdError(EC2ClientError):
|
class InvalidRouteTableIdError(EC2ClientError):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue