You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example AccessDeniedException causes the application to fail.
\r:iamdb> grant SELECT ON TABLE '*****' TO '****';
.....
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the GrantPermissions operation: Insufficient Lake Formation permission(s) on ******
During handling of the above exception, another exception occurred:
.....
except OperationalError as e:
NameError: name 'OperationalError' is not defined
The text was updated successfully, but these errors were encountered:
For example AccessDeniedException causes the application to fail.
The text was updated successfully, but these errors were encountered: