You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::AuditMitigationActionExecutionMetadata

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#action_idString

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

Returns:

  • (String)

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

#action_nameString

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

Returns:

  • (String)

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

#end_timeTime

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

Returns:

  • (Time)

    The date and time when the task was completed or canceled.

#error_codeString

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

Returns:

  • (String)

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

#finding_idString

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

Returns:

  • (String)

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

#messageString

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

Returns:

  • (String)

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

#start_timeTime

The date and time when the task was started.

Returns:

  • (Time)

    The date and time when the task was started.

#statusString

The current status of the task being executed.

Possible values:

  • IN_PROGRESS
  • COMPLETED
  • FAILED
  • CANCELED
  • SKIPPED
  • PENDING

Returns:

  • (String)

    The current status of the task being executed.

#task_idString

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

Returns:

  • (String)

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