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