AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
neptunegraph
/
aws.sdk.kotlin.services.neptunegraph.model
/
ValidationExceptionReason
Validation
Exception
Reason
sealed
class
ValidationExceptionReason
Inheritors
BadRequest
ConstraintViolation
IllegalArgument
MalformedQuery
QueryCancelled
QueryTooLarge
UnsupportedOperation
SdkUnknown
Members
Types
Bad
Request
Link copied to clipboard
object
BadRequest
:
ValidationExceptionReason
Companion
Link copied to clipboard
object
Companion
Constraint
Violation
Link copied to clipboard
object
ConstraintViolation
:
ValidationExceptionReason
Illegal
Argument
Link copied to clipboard
object
IllegalArgument
:
ValidationExceptionReason
Malformed
Query
Link copied to clipboard
object
MalformedQuery
:
ValidationExceptionReason
Query
Cancelled
Link copied to clipboard
object
QueryCancelled
:
ValidationExceptionReason
Query
Too
Large
Link copied to clipboard
object
QueryTooLarge
:
ValidationExceptionReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ValidationExceptionReason
Unsupported
Operation
Link copied to clipboard
object
UnsupportedOperation
:
ValidationExceptionReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String