AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotmanagedintegrations
/
aws.sdk.kotlin.services.iotmanagedintegrations.model
/
OtaStatus
Ota
Status
sealed
class
OtaStatus
Inheritors
Canceled
Completed
DeletionInProgress
InProgress
Scheduled
SdkUnknown
Members
Types
Canceled
Link copied to clipboard
object
Canceled
:
OtaStatus
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
OtaStatus
Deletion
In
Progress
Link copied to clipboard
object
DeletionInProgress
:
OtaStatus
In
Progress
Link copied to clipboard
object
InProgress
:
OtaStatus
Scheduled
Link copied to clipboard
object
Scheduled
:
OtaStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OtaStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String