AuditMitigationActionExecutionMetadata - Amazon IoT
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AuditMitigationActionExecutionMetadata

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

Contents

actionId

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

Type: String

Required: No

actionName

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

Type: String

Length Constraints: Maximum length of 128.

Pattern: [a-zA-Z0-9_-]+

Required: No

endTime

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

Type: Timestamp

Required: No

errorCode

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

Type: String

Required: No

findingId

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

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [a-zA-Z0-9_-]+

Required: No

message

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

Type: String

Length Constraints: Maximum length of 2048.

Required: No

startTime

The date and time when the task was started.

Type: Timestamp

Required: No

status

The current status of the task being executed.

Type: String

Valid Values: IN_PROGRESS | COMPLETED | FAILED | CANCELED | SKIPPED | PENDING

Required: No

taskId

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

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [a-zA-Z0-9_-]+

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: