ErrorDetails
public struct ErrorDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The system ID or number code of the error.
Declaration
Swift
public let code: String? -
The text of the error message.
Declaration
Swift
public let message: String? -
Undocumented
Declaration
Swift
public init(code: String? = nil, message: String? = nil)
View on GitHub
ErrorDetails Structure Reference