AWS SDK for Kotlin
Toggle table of contents
1.6.46
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
workspaces
/
aws.sdk.kotlin.services.workspaces.model
/
AssociationErrorCode
Association
Error
Code
sealed
class
AssociationErrorCode
Inheritors
ApplicationOldversionexistFailure
InsufficientDiskspace
InsufficientMemory
InternalServerError
UnsupportedOperatingSystem
WorkspaceUnreachable
SdkUnknown
Members
Types
Application
Oldversionexist
Failure
Link copied to clipboard
object
ApplicationOldversionexistFailure
:
AssociationErrorCode
Companion
Link copied to clipboard
object
Companion
Insufficient
Diskspace
Link copied to clipboard
object
InsufficientDiskspace
:
AssociationErrorCode
Insufficient
Memory
Link copied to clipboard
object
InsufficientMemory
:
AssociationErrorCode
Internal
Server
Error
Link copied to clipboard
object
InternalServerError
:
AssociationErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AssociationErrorCode
Unsupported
Operating
System
Link copied to clipboard
object
UnsupportedOperatingSystem
:
AssociationErrorCode
Workspace
Unreachable
Link copied to clipboard
object
WorkspaceUnreachable
:
AssociationErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String