AWS SDK for Kotlin
Toggle table of contents
1.8.24
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
glue
/
aws.sdk.kotlin.services.glue.model
/
ExportStatus
Export
Status
sealed
class
ExportStatus
The current status of the data catalog export.
Inheritors
Disabled
Disabling
Enabled
Enabling
Failed
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Disabled
Link copied to clipboard
object
Disabled
:
ExportStatus
Disabling
Link copied to clipboard
object
Disabling
:
ExportStatus
Enabled
Link copied to clipboard
object
Enabled
:
ExportStatus
Enabling
Link copied to clipboard
object
Enabling
:
ExportStatus
Failed
Link copied to clipboard
object
Failed
:
ExportStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ExportStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String