interface CFNStatusReasonsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Mixins.CfnMalwareProtectionPlanPropsMixin.CFNStatusReasonsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsguardduty/mixins#CfnMalwareProtectionPlanPropsMixin_CFNStatusReasonsProperty |
Java | software.amazon.awscdk.mixins.preview.services.guardduty.mixins.CfnMalwareProtectionPlanPropsMixin.CFNStatusReasonsProperty |
Python | aws_cdk.mixins_preview.aws_guardduty.mixins.CfnMalwareProtectionPlanPropsMixin.CFNStatusReasonsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_guardduty » mixins » 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 { mixins as guardduty_mixins } from '@aws-cdk/mixins-preview/aws-guardduty';
const cFNStatusReasonsProperty: guardduty_mixins.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