toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
lookoutequipment
/
aws.sdk.kotlin.services.lookoutequipment.model
/
IngestionJobStatus
Ingestion
Job
Status
sealed
class
IngestionJobStatus
Inheritors
Failed
ImportInProgress
InProgress
Success
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
IngestionJobStatus
Import
In
Progress
Link copied to clipboard
object
ImportInProgress
:
IngestionJobStatus
In
Progress
Link copied to clipboard
object
InProgress
:
IngestionJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IngestionJobStatus
Success
Link copied to clipboard
object
Success
:
IngestionJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String