AWSErrorType

public protocol AWSErrorType : CustomStringConvertible, Error

Standard Error type returned by aws-sdk-swift. Initialized with error code and message. Must provide an implementation of var description : String