DataSourceErrorInfo
public struct DataSourceErrorInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Error message.
Declaration
Swift
public let message: String? -
Error type.
Declaration
Swift
public let type: DataSourceErrorInfoType? -
Undocumented
Declaration
Swift
public init(message: String? = nil, type: DataSourceErrorInfoType? = nil)
View on GitHub
DataSourceErrorInfo Structure Reference