toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
appstream
/
aws.sdk.kotlin.services.appstream.model
/
UserStackAssociationErrorCode
User
Stack
Association
Error
Code
sealed
class
UserStackAssociationErrorCode
Inheritors
DirectoryNotFound
InternalError
StackNotFound
UserNameNotFound
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Directory
Not
Found
Link copied to clipboard
object
DirectoryNotFound
:
UserStackAssociationErrorCode
Internal
Error
Link copied to clipboard
object
InternalError
:
UserStackAssociationErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UserStackAssociationErrorCode
Stack
Not
Found
Link copied to clipboard
object
StackNotFound
:
UserStackAssociationErrorCode
User
Name
Not
Found
Link copied to clipboard
object
UserNameNotFound
:
UserStackAssociationErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String