AnalysisError
public struct AnalysisError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The message associated with the analysis error.
Declaration
Swift
public let message: String?
-
The type of the analysis error.
Declaration
Swift
public let type: AnalysisErrorType?
-
Undocumented
Declaration
Swift
public init(message: String? = nil, type: AnalysisErrorType? = nil)