AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returned by ListAuditMitigationActionsTask, this object contains information that describes a mitigation action that has been started.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.AuditMitigationActionExecutionMetadata

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class AuditMitigationActionExecutionMetadata

The AuditMitigationActionExecutionMetadata type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ActionId System.String

Gets and sets the property ActionId.

The unique identifier for the mitigation action being applied by the task.

Public Property ActionName System.String

Gets and sets the property ActionName.

The friendly name of the mitigation action being applied by the task.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The date and time when the task was completed or canceled. Blank if the task is still running.

Public Property ErrorCode System.String

Gets and sets the property ErrorCode.

If an error occurred, the code that indicates which type of error occurred.

Public Property FindingId System.String

Gets and sets the property FindingId.

The unique identifier for the findings to which the task and associated mitigation action are applied.

Public Property Message System.String

Gets and sets the property Message.

If an error occurred, a message that describes the error.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The date and time when the task was started.

Public Property Status Amazon.IoT.AuditMitigationActionsExecutionStatus

Gets and sets the property Status.

The current status of the task being executed.

Public Property TaskId System.String

Gets and sets the property TaskId.

The unique identifier for the task that applies the mitigation action.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5