AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cleanroomsml
/
aws.sdk.kotlin.services.cleanroomsml.model
/
AudienceExportJobStatus
Audience
Export
Job
Status
sealed
class
AudienceExportJobStatus
Inheritors
Active
CreateFailed
CreateInProgress
CreatePending
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
AudienceExportJobStatus
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
AudienceExportJobStatus
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
AudienceExportJobStatus
Create
Pending
Link copied to clipboard
object
CreatePending
:
AudienceExportJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AudienceExportJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String