toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ec2
/
aws.sdk.kotlin.services.ec2.model
/
AllocationState
Allocation
State
sealed
class
AllocationState
Inheritors
Available
Pending
PermanentFailure
Released
ReleasedPermanentFailure
UnderAssessment
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
AllocationState
Companion
Link copied to clipboard
object
Companion
Pending
Link copied to clipboard
object
Pending
:
AllocationState
Permanent
Failure
Link copied to clipboard
object
PermanentFailure
:
AllocationState
Released
Link copied to clipboard
object
Released
:
AllocationState
Released
Permanent
Failure
Link copied to clipboard
object
ReleasedPermanentFailure
:
AllocationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AllocationState
Under
Assessment
Link copied to clipboard
object
UnderAssessment
:
AllocationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String