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
/
OverallChangeStatus
Overall
Change
Status
sealed
class
OverallChangeStatus
The overall status value of the domain configuration change.
Inheritors
Completed
Failed
Pending
Processing
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
OverallChangeStatus
Failed
Link copied to clipboard
object
Failed
:
OverallChangeStatus
Pending
Link copied to clipboard
object
Pending
:
OverallChangeStatus
Processing
Link copied to clipboard
object
Processing
:
OverallChangeStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OverallChangeStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String