Interface CfnMalwareProtectionPlanPropsMixin.CFNStatusReasonsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMalwareProtectionPlanPropsMixin.CFNStatusReasonsProperty.Jsii$Proxy
- Enclosing class:
CfnMalwareProtectionPlanPropsMixin
@Stability(Stable)
public static interface CfnMalwareProtectionPlanPropsMixin.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.cfnpropertymixins.services.guardduty.*;
CFNStatusReasonsProperty cFNStatusReasonsProperty = CFNStatusReasonsProperty.builder()
.code("code")
.message("message")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMalwareProtectionPlanPropsMixin.CFNStatusReasonsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCode
The status code of the Malware Protection plan.For more information, see Malware Protection plan resource status in the GuardDuty User Guide .
- See Also:
-
getMessage
Issue message that specifies the reason.For information about potential troubleshooting steps, see Troubleshooting Malware Protection for S3 status issues in the Amazon GuardDuty User Guide .
- See Also:
-
builder
@Stability(Stable) static CfnMalwareProtectionPlanPropsMixin.CFNStatusReasonsProperty.Builder builder()
-