AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockruntime
/
aws.sdk.kotlin.services.bedrockruntime.model
/
ToolResultStatus
Tool
Result
Status
sealed
class
ToolResultStatus
Inheritors
Error
Success
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Error
Link copied to clipboard
object
Error
:
ToolResultStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ToolResultStatus
Success
Link copied to clipboard
object
Success
:
ToolResultStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String