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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnMalwareProtectionPlan.CFNStatusReasonsProperty
static final class
An implementation forCfnMalwareProtectionPlan.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 GuardDuty User Guide .
- See Also:
-
builder
-