AWS SDK for Kotlin
Toggle table of contents
1.6.51
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
dynamodbstreams
/
aws.sdk.kotlin.services.dynamodbstreams.model
/
DynamoDbStreamsException
Dynamo
Db
Streams
Exception
open
class
DynamoDbStreamsException
Base class for all service related exceptions thrown by the DynamoDbStreams client
Inheritors
ExpiredIteratorException
InternalServerError
LimitExceededException
ResourceNotFoundException
TrimmedDataAccessException
Members
Constructors
Dynamo
Db
Streams
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)