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