toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
workspaces
/
aws.sdk.kotlin.services.workspaces.model
/
AssociationErrorCode
Association
Error
Code
sealed
class
AssociationErrorCode
Inheritors
InsufficientDiskspace
InsufficientMemory
InternalServerError
UnsupportedOperatingSystem
WorkspaceUnreachable
SdkUnknown
Members
Types
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