RemediationExecutionStep
public struct RemediationExecutionStep : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An error message if the step was interrupted during execution.
Declaration
Swift
public let errorMessage: String?
-
The details of the step.
Declaration
Swift
public let name: String?
-
The time when the step started.
Declaration
Swift
public let startTime: TimeStamp?
-
The valid status of the step.
Declaration
Swift
public let state: RemediationExecutionStepState?
-
The time when the step stopped.
Declaration
Swift
public let stopTime: TimeStamp?
-
Undocumented
Declaration
Swift
public init(errorMessage: String? = nil, name: String? = nil, startTime: TimeStamp? = nil, state: RemediationExecutionStepState? = nil, stopTime: TimeStamp? = nil)