AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
wisdom
/
aws.sdk.kotlin.services.wisdom.model
/
KnowledgeBaseStatus
Knowledge
Base
Status
sealed
class
KnowledgeBaseStatus
Inheritors
Active
CreateFailed
CreateInProgress
Deleted
DeleteFailed
DeleteInProgress
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
KnowledgeBaseStatus
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
KnowledgeBaseStatus
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
KnowledgeBaseStatus
Deleted
Link copied to clipboard
object
Deleted
:
KnowledgeBaseStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
KnowledgeBaseStatus
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
KnowledgeBaseStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
KnowledgeBaseStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String