AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
opensearch
/
aws.sdk.kotlin.services.opensearch.model
/
ActionStatus
Action
Status
sealed
class
ActionStatus
Inheritors
Completed
Eligible
Failed
InProgress
NotEligible
PendingUpdate
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
ActionStatus
Eligible
Link copied to clipboard
object
Eligible
:
ActionStatus
Failed
Link copied to clipboard
object
Failed
:
ActionStatus
In
Progress
Link copied to clipboard
object
InProgress
:
ActionStatus
Not
Eligible
Link copied to clipboard
object
NotEligible
:
ActionStatus
Pending
Update
Link copied to clipboard
object
PendingUpdate
:
ActionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ActionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String