Class CfnMalwareProtectionPlan.CFNStatusReasonsProperty
Information about the status code and status details associated with the status of the Malware Protection plan.
Inherited Members
Namespace: Amazon.CDK.AWS.GuardDuty
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMalwareProtectionPlan.CFNStatusReasonsProperty : CfnMalwareProtectionPlan.ICFNStatusReasonsProperty
Syntax (vb)
Public Class CfnMalwareProtectionPlan.CFNStatusReasonsProperty Implements CfnMalwareProtectionPlan.ICFNStatusReasonsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.GuardDuty;
var cFNStatusReasonsProperty = new CFNStatusReasonsProperty {
Code = "code",
Message = "message"
};
Synopsis
Constructors
CFNStatusReasonsProperty() | Information about the status code and status details associated with the status of the Malware Protection plan. |
Properties
Code | The status code of the Malware Protection plan. |
Message | Issue message that specifies the reason. |
Constructors
CFNStatusReasonsProperty()
Information about the status code and status details associated with the status of the Malware Protection plan.
public CFNStatusReasonsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.GuardDuty;
var cFNStatusReasonsProperty = new CFNStatusReasonsProperty {
Code = "code",
Message = "message"
};
Properties
Code
The status code of the Malware Protection plan.
public string? Code { get; set; }
Property Value
Remarks
For more information, see Malware Protection plan resource status in the GuardDuty User Guide .
Message
Issue message that specifies the reason.
public string? Message { get; set; }
Property Value
Remarks
For information about potential troubleshooting steps, see Troubleshooting Malware Protection for S3 status issues in the Amazon GuardDuty User Guide .