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
If the application isn't running on AWS or no credentials were found, raises an error.
81
81
"""
82
82
ifnotinstalled_aioboto:
83
-
raiseMissingDependencyError(
84
-
msg="AWS Workload Identity Federation can't be used because aioboto3 or aiobotocore optional dependency is not installed. Try installing missing dependencies.",
85
-
errno=ER_WIF_CREDENTIALS_NOT_FOUND,
86
-
)
83
+
raiseMissingDependencyError("aioboto3 or aiobotocore")
0 commit comments