AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
route53profiles
/
aws.sdk.kotlin.services.route53profiles.model
/
ProfileStatus
Profile
Status
sealed
class
ProfileStatus
Inheritors
Complete
Creating
Deleted
Deleting
Failed
Updating
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Complete
Link copied to clipboard
object
Complete
:
ProfileStatus
Creating
Link copied to clipboard
object
Creating
:
ProfileStatus
Deleted
Link copied to clipboard
object
Deleted
:
ProfileStatus
Deleting
Link copied to clipboard
object
Deleting
:
ProfileStatus
Failed
Link copied to clipboard
object
Failed
:
ProfileStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ProfileStatus
Updating
Link copied to clipboard
object
Updating
:
ProfileStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String