toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
comprehend
/
aws.sdk.kotlin.services.comprehend.model
/
FlywheelStatus
Flywheel
Status
sealed
class
FlywheelStatus
Inheritors
Active
Creating
Deleting
Failed
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
FlywheelStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
FlywheelStatus
Deleting
Link copied to clipboard
object
Deleting
:
FlywheelStatus
Failed
Link copied to clipboard
object
Failed
:
FlywheelStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
FlywheelStatus
Updating
Link copied to clipboard
object
Updating
:
FlywheelStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String