AWSAPIGatewayErrorType

Objective-C

NS_ENUM(NSInteger, AWSAPIGatewayErrorType) {
    AWSAPIGatewayErrorTypeUnknown,
    AWSAPIGatewayErrorTypeClient,
    AWSAPIGatewayErrorTypeService,
}

Swift

enum AWSAPIGatewayErrorType : Int, @unchecked Sendable

Undocumented