AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
autoscalingplans
/
aws.sdk.kotlin.services.autoscalingplans.model
/
ScalingPlanStatusCode
Scaling
Plan
Status
Code
sealed
class
ScalingPlanStatusCode
Inheritors
Active
ActiveWithProblems
CreationFailed
CreationInProgress
DeletionFailed
DeletionInProgress
UpdateFailed
UpdateInProgress
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ScalingPlanStatusCode
Active
With
Problems
Link copied to clipboard
object
ActiveWithProblems
:
ScalingPlanStatusCode
Companion
Link copied to clipboard
object
Companion
Creation
Failed
Link copied to clipboard
object
CreationFailed
:
ScalingPlanStatusCode
Creation
In
Progress
Link copied to clipboard
object
CreationInProgress
:
ScalingPlanStatusCode
Deletion
Failed
Link copied to clipboard
object
DeletionFailed
:
ScalingPlanStatusCode
Deletion
In
Progress
Link copied to clipboard
object
DeletionInProgress
:
ScalingPlanStatusCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ScalingPlanStatusCode
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
ScalingPlanStatusCode
Update
In
Progress
Link copied to clipboard
object
UpdateInProgress
:
ScalingPlanStatusCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String