AWS SDK for Kotlin
Toggle table of contents
1.6.56
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
deadline
/
aws.sdk.kotlin.services.deadline.model
/
BatchGetSessionErrorCode
Batch
Get
Session
Error
Code
sealed
class
BatchGetSessionErrorCode
Inheritors
InternalServerErrorException
ResourceNotFoundException
ValidationException
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Internal
Server
Error
Exception
Link copied to clipboard
object
InternalServerErrorException
:
BatchGetSessionErrorCode
Resource
Not
Found
Exception
Link copied to clipboard
object
ResourceNotFoundException
:
BatchGetSessionErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BatchGetSessionErrorCode
Validation
Exception
Link copied to clipboard
object
ValidationException
:
BatchGetSessionErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String