toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
translate
/
aws.sdk.kotlin.services.translate.model
/
JobStatus
Job
Status
sealed
class
JobStatus
Inheritors
Completed
CompletedWithError
Failed
InProgress
Stopped
StopRequested
Submitted
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
JobStatus
Completed
With
Error
Link copied to clipboard
object
CompletedWithError
:
JobStatus
Failed
Link copied to clipboard
object
Failed
:
JobStatus
In
Progress
Link copied to clipboard
object
InProgress
:
JobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
JobStatus
Stopped
Link copied to clipboard
object
Stopped
:
JobStatus
Stop
Requested
Link copied to clipboard
object
StopRequested
:
JobStatus
Submitted
Link copied to clipboard
object
Submitted
:
JobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String