AWS SDK for Kotlin
Toggle table of contents
1.6.100
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
simpledbv2
/
aws.sdk.kotlin.services.simpledbv2.model
/
SimpleDbV2Exception
Simple
Db
V2Exception
open
class
SimpleDbV2Exception
:
AwsServiceException
Base class for all service related exceptions thrown by the SimpleDbV2 client
Inheritors
ConflictException
InvalidNextTokenException
InvalidParameterCombinationException
InvalidParameterValueException
NoSuchDomainException
NoSuchExportException
NumberExportsLimitExceeded
Members
Constructors
Simple
Db
V2Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
Inherited properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String
sdk
Error
Metadata
Link copied to clipboard
open
override
val
sdkErrorMetadata
:
AwsErrorMetadata