AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iot
/
aws.sdk.kotlin.services.iot.model
/
OtaUpdateStatus
Ota
Update
Status
sealed
class
OtaUpdateStatus
Inheritors
CreateComplete
CreateFailed
CreateInProgress
CreatePending
DeleteFailed
DeleteInProgress
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Create
Complete
Link copied to clipboard
object
CreateComplete
:
OtaUpdateStatus
Create
Failed
Link copied to clipboard
object
CreateFailed
:
OtaUpdateStatus
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
OtaUpdateStatus
Create
Pending
Link copied to clipboard
object
CreatePending
:
OtaUpdateStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
OtaUpdateStatus
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
OtaUpdateStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OtaUpdateStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String