toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
iot
/
aws.sdk.kotlin.services.iot.model
/
JobStatus
Job
Status
sealed
class
JobStatus
Inheritors
Canceled
Completed
DeletionInProgress
InProgress
Scheduled
SdkUnknown
Members
Types
Canceled
Link copied to clipboard
object
Canceled
:
JobStatus
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
JobStatus
Deletion
In
Progress
Link copied to clipboard
object
DeletionInProgress
:
JobStatus
In
Progress
Link copied to clipboard
object
InProgress
:
JobStatus
Scheduled
Link copied to clipboard
object
Scheduled
:
JobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
JobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String