AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kendra
/
aws.sdk.kotlin.services.kendra.model
/
DocumentStatus
Document
Status
sealed
class
DocumentStatus
Inheritors
Failed
Indexed
NotFound
Processing
Updated
UpdateFailed
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
DocumentStatus
Indexed
Link copied to clipboard
object
Indexed
:
DocumentStatus
Not
Found
Link copied to clipboard
object
NotFound
:
DocumentStatus
Processing
Link copied to clipboard
object
Processing
:
DocumentStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DocumentStatus
Updated
Link copied to clipboard
object
Updated
:
DocumentStatus
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
DocumentStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String