toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-core
/
org.http4k.connect.amazon
/
RestfulError
Restful
Error
data
class
RestfulError
(
val
status
:
Status
,
val
message
:
String
,
val
resourceId
:
ARN
?
,
val
resourceType
:
String
?
)
Members
Constructors
Restful
Error
Link copied to clipboard
constructor
(
status
:
Status
,
message
:
String
,
resourceId
:
ARN
?
,
resourceType
:
String
?
)
Properties
message
Link copied to clipboard
val
message
:
String
resource
Id
Link copied to clipboard
val
resourceId
:
ARN
?
resource
Type
Link copied to clipboard
val
resourceType
:
String
?
status
Link copied to clipboard
val
status
:
Status