AWS SDK for Kotlin
Toggle table of contents
1.6.106
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cleanrooms
/
aws.sdk.kotlin.services.cleanrooms.model
/
IntermediateTableStatus
Intermediate
Table
Status
sealed
class
IntermediateTableStatus
Inheritors
BaseTableRemoved
Created
DisallowedByDataProvider
PopulateFailed
PopulateStarted
PopulateSuccess
RetentionPeriodExpired
SdkUnknown
Members
Types
Base
Table
Removed
Link copied to clipboard
object
BaseTableRemoved
:
IntermediateTableStatus
Companion
Link copied to clipboard
object
Companion
Created
Link copied to clipboard
object
Created
:
IntermediateTableStatus
Disallowed
By
Data
Provider
Link copied to clipboard
object
DisallowedByDataProvider
:
IntermediateTableStatus
Populate
Failed
Link copied to clipboard
object
PopulateFailed
:
IntermediateTableStatus
Populate
Started
Link copied to clipboard
object
PopulateStarted
:
IntermediateTableStatus
Populate
Success
Link copied to clipboard
object
PopulateSuccess
:
IntermediateTableStatus
Retention
Period
Expired
Link copied to clipboard
object
RetentionPeriodExpired
:
IntermediateTableStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IntermediateTableStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String