AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
BrandStatus
Brand
Status
sealed
class
BrandStatus
Inheritors
CreateFailed
CreateInProgress
CreateSucceeded
DeleteFailed
DeleteInProgress
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
BrandStatus
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
BrandStatus
Create
Succeeded
Link copied to clipboard
object
CreateSucceeded
:
BrandStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
BrandStatus
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
BrandStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BrandStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String