ErrorDetails
public struct ErrorDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let errorMessage: String?
-
Undocumented
Declaration
Swift
public let errorType: String?
-
Undocumented
Declaration
Swift
public init(errorMessage: String? = nil, errorType: String? = nil)