AWS SDK for Kotlin
Toggle table of contents
1.4.120
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
aws-core
/
aws.sdk.kotlin.runtime
/
AwsServiceException
Aws
Service
Exception
open
class
AwsServiceException
:
ServiceException
Base class for all AWS modeled service exceptions
Members
Constructors
Aws
Service
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
Properties
sdk
Error
Metadata
Link copied to clipboard
open
override
val
sdkErrorMetadata
:
AwsErrorMetadata
Inherited properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String