AWS SDK for Kotlin
Toggle table of contents
1.6.51
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sts
/
aws.sdk.kotlin.services.sts.model
/
StsException
Sts
Exception
open
class
StsException
Base class for all service related exceptions thrown by the Sts client
Inheritors
ExpiredTokenException
ExpiredTradeInTokenException
IdpCommunicationErrorException
IdpRejectedClaimException
InvalidAuthorizationMessageException
InvalidIdentityTokenException
JwtPayloadSizeExceededException
MalformedPolicyDocumentException
OutboundWebIdentityFederationDisabledException
PackedPolicyTooLargeException
RegionDisabledException
SessionDurationEscalationException
Members
Constructors
Sts
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)