AWS SDK for Kotlin
Toggle table of contents
1.5.12
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
aws-config
/
aws.sdk.kotlin.runtime.auth.credentials
/
InvalidJsonCredentialsException
Invalid
Json
Credentials
Exception
class
InvalidJsonCredentialsException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
ClientException
Exception thrown when credentials from response do not contain valid credentials or malformed JSON
Members
Constructors
Invalid
Json
Credentials
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Inherited properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
sdk
Error
Metadata
Link copied to clipboard
open
val
sdkErrorMetadata
:
ErrorMetadata