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