AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
outposts
/
aws.sdk.kotlin.services.outposts.model
/
CapacityTaskFailureType
Capacity
Task
Failure
Type
sealed
class
CapacityTaskFailureType
Inheritors
BlockingInstancesNotEvacuated
InternalServerError
ResourceNotFound
UnexpectedAssetState
UnsupportedCapacityConfiguration
SdkUnknown
Members
Types
Blocking
Instances
Not
Evacuated
Link copied to clipboard
object
BlockingInstancesNotEvacuated
:
CapacityTaskFailureType
Companion
Link copied to clipboard
object
Companion
Internal
Server
Error
Link copied to clipboard
object
InternalServerError
:
CapacityTaskFailureType
Resource
Not
Found
Link copied to clipboard
object
ResourceNotFound
:
CapacityTaskFailureType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CapacityTaskFailureType
Unexpected
Asset
State
Link copied to clipboard
object
UnexpectedAssetState
:
CapacityTaskFailureType
Unsupported
Capacity
Configuration
Link copied to clipboard
object
UnsupportedCapacityConfiguration
:
CapacityTaskFailureType
Properties
value
Link copied to clipboard
abstract
val
value
:
String