Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
aws-credentials
/
aws.smithy.kotlin.runtime.auth.awscredentials
/
CredentialsProviderException
Credentials
Provider
Exception
class
CredentialsProviderException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
The
CredentialsProvider
experienced an error during credentials resolution
Members
Constructors
Credentials
Provider
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)