Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class SetupAuthenticationDialog(
reason = "InvalidCredentials",
isReAuth = false
)
return
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah i think we're trying to avoid an unhandled error, so not sure if this is how we go about this

throw Exception(AwsCoreBundle.message("gettingstarted.setup.iam.profile.invalid_credentials"))
}

val profile = Profile.builder()
Expand Down
Loading