AuditMitigationActionExecutionMetadata
public struct AuditMitigationActionExecutionMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier for the mitigation action being applied by the task.
Declaration
Swift
public let actionId: String?
-
The friendly name of the mitigation action being applied by the task.
Declaration
Swift
public let actionName: String?
-
The date and time when the task was completed or canceled. Blank if the task is still running.
Declaration
Swift
public let endTime: TimeStamp?
-
If an error occurred, the code that indicates which type of error occurred.
Declaration
Swift
public let errorCode: String?
-
The unique identifier for the findings to which the task and associated mitigation action are applied.
Declaration
Swift
public let findingId: String?
-
If an error occurred, a message that describes the error.
Declaration
Swift
public let message: String?
-
The date and time when the task was started.
Declaration
Swift
public let startTime: TimeStamp?
-
The current status of the task being executed.
Declaration
Swift
public let status: AuditMitigationActionsExecutionStatus?
-
The unique identifier for the task that applies the mitigation action.
Declaration
Swift
public let taskId: String?
-
Undocumented
Declaration
Swift
public init(actionId: String? = nil, actionName: String? = nil, endTime: TimeStamp? = nil, errorCode: String? = nil, findingId: String? = nil, message: String? = nil, startTime: TimeStamp? = nil, status: AuditMitigationActionsExecutionStatus? = nil, taskId: String? = nil)