AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockdataautomation
/
aws.sdk.kotlin.services.bedrockdataautomation.model
/
LibraryIngestionJobStatus
Library
Ingestion
Job
Status
sealed
class
LibraryIngestionJobStatus
Status of DataAutomationLibraryIngestionJob
Inheritors
Completed
CompletedWithErrors
Failed
InProgress
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
LibraryIngestionJobStatus
Completed
With
Errors
Link copied to clipboard
object
CompletedWithErrors
:
LibraryIngestionJobStatus
Failed
Link copied to clipboard
object
Failed
:
LibraryIngestionJobStatus
In
Progress
Link copied to clipboard
object
InProgress
:
LibraryIngestionJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LibraryIngestionJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String