toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
lexmodelsv2
/
aws.sdk.kotlin.services.lexmodelsv2.model
/
BotLocaleStatus
Bot
Locale
Status
sealed
class
BotLocaleStatus
Inheritors
Building
Built
Creating
Deleting
Failed
Importing
NotBuilt
Processing
ReadyExpressTesting
SdkUnknown
Members
Types
Building
Link copied to clipboard
object
Building
:
BotLocaleStatus
Built
Link copied to clipboard
object
Built
:
BotLocaleStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
BotLocaleStatus
Deleting
Link copied to clipboard
object
Deleting
:
BotLocaleStatus
Failed
Link copied to clipboard
object
Failed
:
BotLocaleStatus
Importing
Link copied to clipboard
object
Importing
:
BotLocaleStatus
Not
Built
Link copied to clipboard
object
NotBuilt
:
BotLocaleStatus
Processing
Link copied to clipboard
object
Processing
:
BotLocaleStatus
Ready
Express
Testing
Link copied to clipboard
object
ReadyExpressTesting
:
BotLocaleStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BotLocaleStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String