toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.guardduty.kotlin.outputs
/
MalwareProtectionPlanCfnStatusReasons
Malware
Protection
Plan
Cfn
Status
Reasons
data
class
MalwareProtectionPlanCfnStatusReasons
(
val
code
:
String
?
=
null
,
val
message
:
String
?
=
null
)
Members
Constructors
Malware
Protection
Plan
Cfn
Status
Reasons
Link copied to clipboard
constructor
(
code
:
String
?
=
null
,
message
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
code
Link copied to clipboard
val
code
:
String
?
=
null
The status code of the Malware Protection plan.
message
Link copied to clipboard
val
message
:
String
?
=
null
Issue message that specifies the reason.