AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
neptunegraph
/
aws.sdk.kotlin.services.neptunegraph.model
/
UnprocessableExceptionReason
Unprocessable
Exception
Reason
sealed
class
UnprocessableExceptionReason
Inheritors
InternalLimitExceeded
MemoryLimitExceeded
PartitionFull
QueryTimeout
StorageLimitExceeded
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Internal
Limit
Exceeded
Link copied to clipboard
object
InternalLimitExceeded
:
UnprocessableExceptionReason
Memory
Limit
Exceeded
Link copied to clipboard
object
MemoryLimitExceeded
:
UnprocessableExceptionReason
Partition
Full
Link copied to clipboard
object
PartitionFull
:
UnprocessableExceptionReason
Query
Timeout
Link copied to clipboard
object
QueryTimeout
:
UnprocessableExceptionReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UnprocessableExceptionReason
Storage
Limit
Exceeded
Link copied to clipboard
object
StorageLimitExceeded
:
UnprocessableExceptionReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String