AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
synthetics
/
aws.sdk.kotlin.services.synthetics.model
/
CanaryState
Canary
State
sealed
class
CanaryState
Inheritors
Creating
Deleting
Error
Ready
Running
Starting
Stopped
Stopping
Updating
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
CanaryState
Deleting
Link copied to clipboard
object
Deleting
:
CanaryState
Error
Link copied to clipboard
object
Error
:
CanaryState
Ready
Link copied to clipboard
object
Ready
:
CanaryState
Running
Link copied to clipboard
object
Running
:
CanaryState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CanaryState
Starting
Link copied to clipboard
object
Starting
:
CanaryState
Stopped
Link copied to clipboard
object
Stopped
:
CanaryState
Stopping
Link copied to clipboard
object
Stopping
:
CanaryState
Updating
Link copied to clipboard
object
Updating
:
CanaryState
Properties
value
Link copied to clipboard
abstract
val
value
:
String