http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.action
/
CancellationReason
Cancellation
Reason
@
JsonSerializable
data
class
CancellationReason
(
val
Code
:
String
,
val
Message
:
String
?
=
null
,
val
Item
:
ItemResult
?
=
null
)
(
source
)
Members
Constructors
Cancellation
Reason
Link copied to clipboard
constructor
(
Code
:
String
,
Message
:
String
?
=
null
,
Item
:
ItemResult
?
=
null
)
Properties
Code
Link copied to clipboard
val
Code
:
String
Item
Link copied to clipboard
val
Item
:
ItemResult
?
Message
Link copied to clipboard
val
Message
:
String
?