AWSLocationErrorType

Objective-C

NS_ENUM(NSInteger, AWSLocationErrorType) {
    AWSLocationErrorUnknown,
    AWSLocationErrorAccessDenied,
    AWSLocationErrorConflict,
    AWSLocationErrorInternalServer,
    AWSLocationErrorResourceNotFound,
    AWSLocationErrorServiceQuotaExceeded,
    AWSLocationErrorThrottling,
    AWSLocationErrorValidation,
}

Swift

enum AWSLocationErrorType : Int, @unchecked Sendable

Undocumented