ThemeError
public struct ThemeError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The error message.
Declaration
Swift
public let message: String? -
The type of error.
Declaration
Swift
public let type: ThemeErrorType? -
Undocumented
Declaration
Swift
public init(message: String? = nil, type: ThemeErrorType? = nil)
View on GitHub
ThemeError Structure Reference