12.0.0
This commit is contained in:
@@ -136,7 +136,7 @@ class DecortSecurityGroup(DecortController):
|
||||
)
|
||||
except sdk_exceptions.RequestException as e:
|
||||
if (
|
||||
e.orig_exception.response
|
||||
e.orig_exception.response is not None
|
||||
and e.orig_exception.response.status_code == 404
|
||||
):
|
||||
self.message(
|
||||
|
||||
Reference in New Issue
Block a user