How to handle unauthenticated case when using user profile method? #3535
Unanswered
victor-ivanov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using
AWSSDK.Extensions.NETCore.Setup
package to authenticate with AWS services.It throws following error if user is not authenticated via aws cli
Is it possible to make this code throw some kind of
UnauthenticatedException
if user is not logged in into cli? Or should I handle this specificSystem.ArgumentNullException
as no auth case?Beta Was this translation helpful? Give feedback.
All reactions