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
/
BatchGetTaskErrorCode
Batch
Get
Task
Error
Code
sealed
class
BatchGetTaskErrorCode
Inheritors
AccessDeniedException
InternalServerErrorException
ResourceNotFoundException
ThrottlingException
ValidationException
SdkUnknown
Members
Types
Access
Denied
Exception
Link copied to clipboard
object
AccessDeniedException
:
BatchGetTaskErrorCode
Companion
Link copied to clipboard
object
Companion
Internal
Server
Error
Exception
Link copied to clipboard
object
InternalServerErrorException
:
BatchGetTaskErrorCode
Resource
Not
Found
Exception
Link copied to clipboard
object
ResourceNotFoundException
:
BatchGetTaskErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BatchGetTaskErrorCode
Throttling
Exception
Link copied to clipboard
object
ThrottlingException
:
BatchGetTaskErrorCode
Validation
Exception
Link copied to clipboard
object
ValidationException
:
BatchGetTaskErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String