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
/
ResourceStatus
Resource
Status
sealed
class
ResourceStatus
Inheritors
BaseTableRemoved
Created
DisallowedByDataProvider
PopulateFailed
PopulateStarted
PopulateSuccess
RetentionPeriodExpired
SdkUnknown
Members
Types
Base
Table
Removed
Link copied to clipboard
object
BaseTableRemoved
:
ResourceStatus
Companion
Link copied to clipboard
object
Companion
Created
Link copied to clipboard
object
Created
:
ResourceStatus
Disallowed
By
Data
Provider
Link copied to clipboard
object
DisallowedByDataProvider
:
ResourceStatus
Populate
Failed
Link copied to clipboard
object
PopulateFailed
:
ResourceStatus
Populate
Started
Link copied to clipboard
object
PopulateStarted
:
ResourceStatus
Populate
Success
Link copied to clipboard
object
PopulateSuccess
:
ResourceStatus
Retention
Period
Expired
Link copied to clipboard
object
RetentionPeriodExpired
:
ResourceStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResourceStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String