toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
robomaker
/
aws.sdk.kotlin.services.robomaker.model
/
WorldExportJobStatus
World
Export
Job
Status
sealed
class
WorldExportJobStatus
Inheritors
Canceled
Canceling
Completed
Failed
Pending
Running
SdkUnknown
Members
Types
Canceled
Link copied to clipboard
object
Canceled
:
WorldExportJobStatus
Canceling
Link copied to clipboard
object
Canceling
:
WorldExportJobStatus
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
WorldExportJobStatus
Failed
Link copied to clipboard
object
Failed
:
WorldExportJobStatus
Pending
Link copied to clipboard
object
Pending
:
WorldExportJobStatus
Running
Link copied to clipboard
object
Running
:
WorldExportJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
WorldExportJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String