AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
AssetBundleExportJobStatus
Asset
Bundle
Export
Job
Status
sealed
class
AssetBundleExportJobStatus
Inheritors
Failed
InProgress
QueuedForImmediateExecution
Successful
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
AssetBundleExportJobStatus
In
Progress
Link copied to clipboard
object
InProgress
:
AssetBundleExportJobStatus
Queued
For
Immediate
Execution
Link copied to clipboard
object
QueuedForImmediateExecution
:
AssetBundleExportJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AssetBundleExportJobStatus
Successful
Link copied to clipboard
object
Successful
:
AssetBundleExportJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String