AWSResponseError
public struct AWSResponseError : AWSErrorType
Standard Response Error type returned by aws-sdk-swift. If the error is unrecognised then this is returned
-
Undocumented
Declaration
Swift
public let errorCode: String
-
Undocumented
Declaration
Swift
public let message: String?
-
Undocumented
Declaration
Swift
public init(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }