BucketNotification's reload method document specify return type = bool
|
:rtype: bool |
|
:returns: True, if the notification exists, else False. |
|
:raises ValueError: if the notification has no ID. |
But, it returns nothing.
|
response = client._connection.api_request( |
|
method="GET", path=self.path, query_params=query_params, timeout=timeout |
|
) |
|
self._set_properties(response) |