AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
lexmodelsv2
/
aws.sdk.kotlin.services.lexmodelsv2.model
/
CustomVocabularyStatus
Custom
Vocabulary
Status
sealed
class
CustomVocabularyStatus
Inheritors
Creating
Deleting
Exporting
Importing
Ready
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
CustomVocabularyStatus
Deleting
Link copied to clipboard
object
Deleting
:
CustomVocabularyStatus
Exporting
Link copied to clipboard
object
Exporting
:
CustomVocabularyStatus
Importing
Link copied to clipboard
object
Importing
:
CustomVocabularyStatus
Ready
Link copied to clipboard
object
Ready
:
CustomVocabularyStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CustomVocabularyStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String