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