toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
iotsitewise
/
aws.sdk.kotlin.services.iotsitewise.model
/
ConfigurationState
Configuration
State
sealed
class
ConfigurationState
Inheritors
Active
UpdateFailed
UpdateInProgress
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ConfigurationState
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConfigurationState
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
ConfigurationState
Update
In
Progress
Link copied to clipboard
object
UpdateInProgress
:
ConfigurationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String