Show / Hide Table of Contents

Class CfnMalwareProtectionPlan.CFNStatusReasonsProperty

Information about the status code and status details associated with the status of the Malware Protection plan.

Inheritance
object
CfnMalwareProtectionPlan.CFNStatusReasonsProperty
Implements
CfnMalwareProtectionPlan.ICFNStatusReasonsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-malwareprotectionplan-cfnstatusreasons.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-malwareprotectionplan-cfnstatusreasons.html

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

string

Remarks

For more information, see Malware Protection plan resource status in the GuardDuty User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-malwareprotectionplan-cfnstatusreasons.html#cfn-guardduty-malwareprotectionplan-cfnstatusreasons-code

Message

Issue message that specifies the reason.

public string? Message { get; set; }
Property Value

string

Remarks

For information about potential troubleshooting steps, see Troubleshooting Malware Protection for S3 status issues in the Amazon GuardDuty User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-malwareprotectionplan-cfnstatusreasons.html#cfn-guardduty-malwareprotectionplan-cfnstatusreasons-message

Implements

CfnMalwareProtectionPlan.ICFNStatusReasonsProperty
Back to top Generated by DocFX