ErrorInfo
public struct ErrorInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Error message.
Declaration
Swift
public let message: String?
-
Error type.
Declaration
Swift
public let type: IngestionErrorType?
-
Undocumented
Declaration
Swift
public init(message: String? = nil, type: IngestionErrorType? = nil)