TemplateError
public struct TemplateError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Description of the error type.
Declaration
Swift
public let message: String?
-
Type of error.
Declaration
Swift
public let type: TemplateErrorType?
-
Undocumented
Declaration
Swift
public init(message: String? = nil, type: TemplateErrorType? = nil)