ErrorDetails
public struct ErrorDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The error code.
Declaration
Swift
public let code: ErrorCode -
The error message.
Declaration
Swift
public let message: String -
Undocumented
Declaration
Swift
public init(code: ErrorCode, message: String)
View on GitHub
ErrorDetails Structure Reference