AWSResponseError
public struct AWSResponseError : AWSErrorType
Standard Response Error type returned by Soto. If the error code is unrecognised then this is returned
-
Declaration
Swift
public let errorCode: String
-
Declaration
Swift
public let context: AWSErrorContext?
-
Declaration
Swift
public init(errorCode: String, context: AWSErrorContext)
-
Declaration
Swift
public var description: String { get }