Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
aws-event-stream
/
aws.smithy.kotlin.runtime.awsprotocol.eventstream
/
MessageType
/
SdkUnknown
Sdk
Unknown
data
class
SdkUnknown
(
val
messageType
:
String
)
:
MessageType
Catch all for unknown message types outside of
event
,
exception
, or
error
Members
Constructors
Sdk
Unknown
Link copied to clipboard
constructor
(
messageType
:
String
)
Properties
message
Type
Link copied to clipboard
val
messageType
:
String