GetOperationDetailResponse
public struct GetOperationDetailResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of a domain.
Declaration
Swift
public let domainName: String?
-
Detailed information on the status including possible errors.
Declaration
Swift
public let message: String?
-
The identifier for the operation.
Declaration
Swift
public let operationId: String?
-
The current status of the requested operation in the system.
Declaration
Swift
public let status: OperationStatus?
-
The date when the request was submitted.
Declaration
Swift
public let submittedDate: TimeStamp?
-
The type of operation that was requested.
Declaration
Swift
public let type: OperationType?
-
Undocumented
Declaration
Swift
public init(domainName: String? = nil, message: String? = nil, operationId: String? = nil, status: OperationStatus? = nil, submittedDate: TimeStamp? = nil, type: OperationType? = nil)