AWS SDK for Kotlin
Toggle table of contents
1.6.87
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
elementalinference
/
aws.sdk.kotlin.services.elementalinference.model
/
DictionaryStatus
Dictionary
Status
sealed
class
DictionaryStatus
Inheritors
Available
Creating
Deleted
Deleting
Referenced
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
DictionaryStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
DictionaryStatus
Deleted
Link copied to clipboard
object
Deleted
:
DictionaryStatus
Deleting
Link copied to clipboard
object
Deleting
:
DictionaryStatus
Referenced
Link copied to clipboard
object
Referenced
:
DictionaryStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DictionaryStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String