OperationSummary
public struct OperationSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID for an operation.
Declaration
Swift
public let id: String?
-
The status of the operation. Values include the following: SUBMITTED: This is the initial state immediately after you submit a request. PENDING: AWS Cloud Map is performing the operation. SUCCESS: The operation succeeded. FAIL: The operation failed. For the failure reason, see ErrorMessage.
Declaration
Swift
public let status: OperationStatus?
-
Undocumented
Declaration
Swift
public init(id: String? = nil, status: OperationStatus? = nil)