ResolveCaseResponse
public struct ResolveCaseResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The status of the case after the ResolveCase request was processed.
Declaration
Swift
public let finalCaseStatus: String?
-
The status of the case when the ResolveCase request was sent.
Declaration
Swift
public let initialCaseStatus: String?
-
Undocumented
Declaration
Swift
public init(finalCaseStatus: String? = nil, initialCaseStatus: String? = nil)