http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-eventbridge
/
org.http4k.connect.amazon.eventbridge.action
/
EventResult
Event
Result
@
JsonSerializable
data
class
EventResult
(
val
EventId
:
EventId
?
=
null
,
val
ErrorCode
:
String
?
=
null
,
val
ErrorMessage
:
String
?
=
null
)
(
source
)
Members
Constructors
Event
Result
Link copied to clipboard
constructor
(
EventId
:
EventId
?
=
null
,
ErrorCode
:
String
?
=
null
,
ErrorMessage
:
String
?
=
null
)
Properties
Error
Code
Link copied to clipboard
val
ErrorCode
:
String
?
Error
Message
Link copied to clipboard
val
ErrorMessage
:
String
?
Event
Id
Link copied to clipboard
val
EventId
:
EventId
?