AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
deadline
/
aws.sdk.kotlin.services.deadline.model
/
JobEntityErrorCode
Job
Entity
Error
Code
sealed
class
JobEntityErrorCode
Inheritors
AccessDeniedException
ConflictException
InternalServerException
MaxPayloadSizeExceeded
ResourceNotFoundException
ValidationException
SdkUnknown
Members
Types
Access
Denied
Exception
Link copied to clipboard
object
AccessDeniedException
:
JobEntityErrorCode
Companion
Link copied to clipboard
object
Companion
Conflict
Exception
Link copied to clipboard
object
ConflictException
:
JobEntityErrorCode
Internal
Server
Exception
Link copied to clipboard
object
InternalServerException
:
JobEntityErrorCode
Max
Payload
Size
Exceeded
Link copied to clipboard
object
MaxPayloadSizeExceeded
:
JobEntityErrorCode
Resource
Not
Found
Exception
Link copied to clipboard
object
ResourceNotFoundException
:
JobEntityErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
JobEntityErrorCode
Validation
Exception
Link copied to clipboard
object
ValidationException
:
JobEntityErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String