toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
connect
/
aws.sdk.kotlin.services.connect.model
/
VocabularyState
Vocabulary
State
sealed
class
VocabularyState
Inheritors
Active
CreationFailed
CreationInProgress
DeleteInProgress
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
VocabularyState
Companion
Link copied to clipboard
object
Companion
Creation
Failed
Link copied to clipboard
object
CreationFailed
:
VocabularyState
Creation
In
Progress
Link copied to clipboard
object
CreationInProgress
:
VocabularyState
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
VocabularyState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
VocabularyState
Properties
value
Link copied to clipboard
abstract
val
value
:
String