AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
firehose
/
aws.sdk.kotlin.services.firehose.model
/
DeliveryStreamStatus
Delivery
Stream
Status
sealed
class
DeliveryStreamStatus
Inheritors
Active
Creating
CreatingFailed
Deleting
DeletingFailed
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
DeliveryStreamStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
DeliveryStreamStatus
Creating
Failed
Link copied to clipboard
object
CreatingFailed
:
DeliveryStreamStatus
Deleting
Link copied to clipboard
object
Deleting
:
DeliveryStreamStatus
Deleting
Failed
Link copied to clipboard
object
DeletingFailed
:
DeliveryStreamStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DeliveryStreamStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String