Skip to content

Commit 3201886

Browse files
committed
get requestId purely from AwsServiceException
1 parent 7fe4777 commit 3201886

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/sso/SsoAccessTokenProvider.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ class SsoAccessTokenProvider(
403403
return token
404404
} catch (e: Exception) {
405405
val requestId = when (e) {
406-
is SsoOidcException -> e.requestId()
407406
is AwsServiceException -> e.requestId()
408407
else -> null
409408
}

0 commit comments

Comments
 (0)