Interface CfnMalwareProtectionPlan.CFNStatusReasonsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMalwareProtectionPlan.CFNStatusReasonsProperty.Jsii$Proxy
Enclosing class:
CfnMalwareProtectionPlan

@Stability(Stable) public static interface CfnMalwareProtectionPlan.CFNStatusReasonsProperty extends software.amazon.jsii.JsiiSerializable
Information about the status code and status details associated with the status of the Malware Protection plan.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.guardduty.*;
 CFNStatusReasonsProperty cFNStatusReasonsProperty = CFNStatusReasonsProperty.builder()
         .code("code")
         .message("message")
         .build();
 

See Also: