AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
textract
/
aws.sdk.kotlin.services.textract.model
/
AdapterVersionStatus
Adapter
Version
Status
sealed
class
AdapterVersionStatus
Inheritors
Active
AtRisk
CreationError
CreationInProgress
Deprecated
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
AdapterVersionStatus
At
Risk
Link copied to clipboard
object
AtRisk
:
AdapterVersionStatus
Companion
Link copied to clipboard
object
Companion
Creation
Error
Link copied to clipboard
object
CreationError
:
AdapterVersionStatus
Creation
In
Progress
Link copied to clipboard
object
CreationInProgress
:
AdapterVersionStatus
Deprecated
Link copied to clipboard
object
Deprecated
:
AdapterVersionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AdapterVersionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String