Class CfnMalwareProtectionPlan.CFNStatusReasonsProperty
Information about the status code and status details associated with the status of the Malware Protection plan.
Inheritance
Namespace: Amazon.CDK.AWS.GuardDuty
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CFNStatusReasonsProperty : Object, CfnMalwareProtectionPlan.ICFNStatusReasonsProperty
Syntax (vb)
Public Class CFNStatusReasonsProperty
Inherits Object
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
CFNStatus |
Properties
Code | The status code of the Malware Protection plan. |
Message | Issue message that specifies the reason. |
Constructors
CFNStatusReasonsProperty()
public CFNStatusReasonsProperty()
Properties
Code
The status code of the Malware Protection plan.
public string Code { get; set; }
Property Value
System.
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
System.
Remarks
For information about potential troubleshooting steps, see Troubleshooting Malware Protection for S3 status issues in the Amazon GuardDuty User Guide .