UniqueProblem
public struct UniqueProblem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A message about the unique problems’ result.
Declaration
Swift
public let message: String? -
Information about the problems.
Declaration
Swift
public let problems: [Problem]? -
Undocumented
Declaration
Swift
public init(message: String? = nil, problems: [Problem]? = nil)
View on GitHub
UniqueProblem Structure Reference