AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kinesisanalyticsv2
/
aws.sdk.kotlin.services.kinesisanalyticsv2.model
/
OperationStatus
Operation
Status
sealed
class
OperationStatus
Status of the operation performed on an application
Inheritors
Cancelled
Failed
InProgress
Successful
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
OperationStatus
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
OperationStatus
In
Progress
Link copied to clipboard
object
InProgress
:
OperationStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OperationStatus
Successful
Link copied to clipboard
object
Successful
:
OperationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String