AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
glue
/
aws.sdk.kotlin.services.glue.model
/
ResourceState
Resource
State
sealed
class
ResourceState
Inheritors
Failed
InProgress
Queued
Stopped
Success
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
ResourceState
In
Progress
Link copied to clipboard
object
InProgress
:
ResourceState
Queued
Link copied to clipboard
object
Queued
:
ResourceState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResourceState
Stopped
Link copied to clipboard
object
Stopped
:
ResourceState
Success
Link copied to clipboard
object
Success
:
ResourceState
Properties
value
Link copied to clipboard
abstract
val
value
:
String