toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
kendraranking
/
aws.sdk.kotlin.services.kendraranking.model
/
RescoreExecutionPlanStatus
Rescore
Execution
Plan
Status
sealed
class
RescoreExecutionPlanStatus
Inheritors
Active
Creating
Deleting
Failed
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
RescoreExecutionPlanStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
RescoreExecutionPlanStatus
Deleting
Link copied to clipboard
object
Deleting
:
RescoreExecutionPlanStatus
Failed
Link copied to clipboard
object
Failed
:
RescoreExecutionPlanStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RescoreExecutionPlanStatus
Updating
Link copied to clipboard
object
Updating
:
RescoreExecutionPlanStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String