interface CFNStatusReasonsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.GuardDuty.CfnMalwareProtectionPlanPropsMixin.CFNStatusReasonsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsguardduty#CfnMalwareProtectionPlanPropsMixin_CFNStatusReasonsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnMalwareProtectionPlanPropsMixin.CFNStatusReasonsProperty |
Python | aws_cdk.cfn_property_mixins.aws_guardduty.CfnMalwareProtectionPlanPropsMixin.CFNStatusReasonsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_guardduty » CfnMalwareProtectionPlanPropsMixin » CFNStatusReasonsProperty |
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 { aws_guardduty as guardduty } from '@aws-cdk/cfn-property-mixins';
const cFNStatusReasonsProperty: guardduty.CfnMalwareProtectionPlanPropsMixin.CFNStatusReasonsProperty = {
code: 'code',
message: 'message',
};
Properties
| Name | Type | Description |
|---|---|---|
| code? | string | The status code of the Malware Protection plan. |
| message? | string | Issue message that specifies the reason. |
code?
Type:
string
(optional)
The status code of the Malware Protection plan.
For more information, see Malware Protection plan resource status in the GuardDuty User Guide .
message?
Type:
string
(optional)
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 .

.NET
Go
Java
Python
TypeScript