AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockagentcorecontrol
/
aws.sdk.kotlin.services.bedrockagentcorecontrol.model
/
CodeInterpreterStatus
Code
Interpreter
Status
sealed
class
CodeInterpreterStatus
Inheritors
CreateFailed
Creating
Deleted
DeleteFailed
Deleting
Ready
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
CodeInterpreterStatus
Creating
Link copied to clipboard
object
Creating
:
CodeInterpreterStatus
Deleted
Link copied to clipboard
object
Deleted
:
CodeInterpreterStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
CodeInterpreterStatus
Deleting
Link copied to clipboard
object
Deleting
:
CodeInterpreterStatus
Ready
Link copied to clipboard
object
Ready
:
CodeInterpreterStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CodeInterpreterStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String