Static Propertysoto-core 7.4.0SotoCore
signatureDoesNotMatch
ClientErrors.swift:93static var signatureDoesNotMatch: AWSClientError { get }
static var signatureDoesNotMatch: AWSClientError { get }
s8SotoCore14AWSClientErrorV21signatureDoesNotMatchACvpZ
What are these?8V6G5
import SotoCore
struct AWSClientError
init?(errorCode: String, context: AWSErrorContext)
initialize AWSClientError
static var accessDenied: AWSClientError { get }
static var incompleteSignature: AWSClientError { get }
static var invalidAction: AWSClientError { get }
static var invalidClientTokenId: AWSClientError { get }
static var invalidParameterCombination: AWSClientError { get }
static var invalidParameterValue: AWSClientError { get }
static var invalidQueryParameter: AWSClientError { get }
static var invalidSignature: AWSClientError { get }
static var malformedQueryString: AWSClientError { get }
static var missingAction: AWSClientError { get }
static var missingAuthenticationToken: AWSClientError { get }
static var missingParameter: AWSClientError { get }
static var optInRequired: AWSClientError { get }
static var requestExpired: AWSClientError { get }
static var throttling: AWSClientError { get }
static var unrecognizedClient: AWSClientError { get }
static var validationError: AWSClientError { get }
let context: AWSErrorContext?
var description: String { get }
var errorCode: String { get }
return error code string
static func == (lhs: AWSClientError, rhs: AWSClientError) -> Bool